mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mention objectstorage in the datastructures section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278635 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9d19978668
commit
aac80997ce
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
|
||||
<part xml:id="spl.datastructures" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
|
@ -73,6 +73,21 @@
|
|||
</itemizedlist>
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<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.
|
||||
</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<simpara><classname>SplObjectStorage</classname></simpara>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.spl.spldoublylinkedlist;
|
||||
|
@ -85,6 +100,7 @@
|
|||
&reference.spl.splpriorityqueue;
|
||||
|
||||
&reference.spl.splfixedarray;
|
||||
&reference.spl.splobjectstorage;
|
||||
|
||||
</part>
|
||||
|
||||
|
|
Loading…
Reference in a new issue