PHP 8.5.0 Beta 1 available for testing

Voting

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

The Note You're Voting On

micropresident at gmail dot com
9 years ago
when using -f option to indicate script name, php does not allow to use double dash -- to define options after the script name;

For example, the following command cannot be execute:
php -f myscript.php --config "myconfig.ini"

<< Back to user notes page

To Top