A community of PHP developers offering assistance, advice, discussion, and friendship.
Skip to content
Moderator: General Moderators
Post by devilrag » Thu May 23, 2002 10:22 am
Post by volka » Thu May 23, 2002 1:55 pm
Code: Select all
<?php $a = array('a'=>A, b=>'B', c=>'C'); unset($aї'b']); while(list($key, $value)=each($a)) print($key."=".$value."<br>"); ?>
Return to “PHP - Code”