|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Flush or Kill an Array
Is there a command to delete an Array?
|
|
#2
|
|||
|
|||
|
RE: Flush or Kill an Array
How about using the function unset(); ???
I.E // Numbers 1-10 in Dutch $array = array('een', 'twee', 'drie', 'vier', 'vijf', 'zes', 'zeven', 'acht', 'negen', 'tien'); unset($array); |
|
#3
|
|||
|
|||
|
RE: Flush or Kill an Array
Thanks jorgen!
|
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Coding > Flush or Kill an Array |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|