Extending PHP - Removing data from an array
Posted: Thu Mar 27, 2003 1:03 pm
Okay, so I know how to build arrays, and read arrays, but I don't know how to remove elements from arrays.
I would imagine there is a nice macro for it, or it could be something as simple as setting the hash-table entry to NULL, however I have been unsuccessful in doing (or finding how to do) either of these.
Any suggestions? If you know where I could find a complete list of the macros in the PHP system (as the PHP manual only infers that there are many, but does not provide a full listing) I would greatly appreciate it!
Thanks

I would imagine there is a nice macro for it, or it could be something as simple as setting the hash-table entry to NULL, however I have been unsuccessful in doing (or finding how to do) either of these.
Any suggestions? If you know where I could find a complete list of the macros in the PHP system (as the PHP manual only infers that there are many, but does not provide a full listing) I would greatly appreciate it!
Thanks