web shop for only 500 euro web site fo only 200 euro


Web-shop for only 500 euro during 3 days, +38 068 801 14 71 (Kiev, Ukraine)

isset

(unknown)

isset -- Determine whether a variable is set

Description

int isset (mixed var)

Returns true if var exists; false otherwise.

If a variable has been unset with unset(), it will no longer be isset().


$a = "test"; echo isset ($a); // true unset ($a); echo isset ($a); // false       

See also empty() and unset().


 
web10.net.ua