PHP 8.5.0 Alpha 1 available for testing

Voting

: max(four, zero)?
(Example: nine)

The Note You're Voting On

packard_bell_nec at hotmail dot com
17 years ago
Note: isset() only checks variables as anything else will result in a parse error. In other words, the following will not work: isset(trim($name)).

isset() is the opposite of is_null($var) , except that no warning is generated when the variable is not set.

<< Back to user notes page

To Top