PHP 8.5.0 Alpha 1 available for testing

Voting

: min(nine, six)?
(Example: nine)

The Note You're Voting On

David at Weintraub.name
17 years ago
There's an error in the documentation:

The file pointer must be valid, and must point to a file successfully opened by fopen() or fsockopen() (and not yet closed by fclose()).

You should also add "popen" and "pclose" to the documentation. I'm a new PHP developer and went to verify that I could use "fgets" on commands that I used with "popen".

<< Back to user notes page

To Top