Related Functions

isset

PHP 4.0+

Determines whether a variable is declared and is different than null.

Description

The isset() Determines whether a variable is declared and is different than null.

Example