Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/simple_unset.php
<?php $x[1] = 1; $x[2] = 2; unset($x[1]); var_dump($x); ?>
Web-based Email Marketing Software for sending email newsletters
Return current item:
phc