map_remove (associative_array a, mixed k) ⇒ map
If the map, a, contains the key, k, it will remove the key to value pair.
Alternative function names: associative_array_remove
First available: Version 1.9.9
Notes
This was one of the missing functions of ZPE/YASS that was meant to have been included earlier than it was!
Comments