PHP
Jump to navigation
Jump to search
References
TBC
Syntax
/* arrays */
$attr = array(); // an empty array
$attr = array("border"=>"myborder", "mode"=>"mymode"); // associative array
/* constant */
NULL; // The null reference