Pyh.conf’25: a new PHP conference for the Russian-speaking community

Voting

: two plus five?
(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