Content deleted Content added
m →PHP |
|||
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 ===
|