Posted by Fabio on 08/20/07 10:43
Hi!
Some question about array.
- An array mantains always the order of item as inserted also if I use
string keys?
Or the items are "sorted" cause the hash of the key?
I hope to be clear for this question :)
- Can I know if a key is used?
Something like in_array() but for the key, not for the value.
- Can I remove an item from an array?
Thanks
[Back to original message]
|