Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/unset_with_null.php
<?php $x = array (0 => "x", 1 => "z", "z" => "a"); unset ($x [NULL]); var_dump (count ($x)); ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc