Official ZPE/YASS documentationassociative_array_put
associative_array_put (associative_array a, mixed key, mixed element) ⇒ associative_array
Adds an element, element, to the associative array, a with the key, key, and returns a new associative_array.
Alternative function names: map_put
First available: Version 1.3.4
Notes
Version 1.4.2 dropped the alternative name assoc_put
and added the map_put
alternative name.
There are no comments on this page.