PHP 8.4.6 Released!

Voting

: min(two, seven)?
(Example: nine)

The Note You're Voting On

figroc at gmail dot com
16 years ago
The variable symbol '$' should be considered as the highest-precedence operator, so that the variable variables such as $$a[0] won't confuse the parser. [http://www.php.net/manual/en/language.variables.variable.php]

<< Back to user notes page

To Top