Hi,

what is the best way to delete element from an array?
Suppose i have an array called $numbers:
$numbers = array(a => 10, b => 20, c => 30, d => 40);
I want to delete the third element from that array.

Thank you

Miro Figlar



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to