How about:

$my_array = array(); // clears the whole array (and makes a new one)

Or:

$my_array[$i] = null; // clears a single entry in the array at index $i

--Dave

karthikeyan wrote:
How to clear an array?

i used unset. But it destroys the array property of the variablke itself. I just need to clear the contents. Pls tell me how

THakns

Karthikeyan.S



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now



--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to