Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationmap_get

Official ZPE/YASS documentationmap_get

map_get (map a, mixed k) ⇒ mixed

If the map, a, contains the key, k, it will return the value associated to that key.

Alternative function names: associative_array_get
First available: Version 1.3.4

Notes

Version 1.4.2 dropped the alternative name assoc_get and added the map_get alternative name.

Version 1.9.9 switched from associative_array_get to map_get.

Comments
Feedback 👍
Comments are sent via email to me.