Comparison of programming languages (associative array): Difference between revisions

Content deleted Content added
Line 712:
 
PHP has an [http://php.net/array extensive set of functions] to operate on arrays.
 
If you want an associative array that can use objects as keys instead of strings and integers, you can use the [http://www.php.net/manual/en/class.splobjectstorage.php SplObjectStorage] class from the Standard PHP Library (SPL).
 
=== Pike ===