bool isset ( mixed var [, mixed var [, ...]] ) returns true if its parameter has been set : isset « Data Type « PHP






bool isset ( mixed var [, mixed var [, ...]] ) returns true if its parameter has been set

 
<?
isset($a);
?>
  
  








Related examples in the same category

1.Checking PHP's global authentication variables
2.Checking Whether a Variable Is Set: isset( )
3.Using the isset() function to see whether an array element is defined for a given index.
4.Viewing the username cookie