git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289149 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2009-10-03 21:53:15 +00:00
parent 917a85fee7
commit d513a7aed2

View file

@ -78,7 +78,7 @@
<title>Map</title>
<para>
A map is a datastructure holding key-value pairs. PHP arrays can be seen as maps from integers/strings to values. SPL provides a map from objects to data. This map can aswell be used as a object set.
A map is a datastructure holding key-value pairs. PHP arrays can be seen as maps from integers/strings to values. SPL provides a map from objects to data. This map can also be used as an object set.
</para>
<itemizedlist>