From aac80997ce0c61356099fc0fbdc1e8dc286814d3 Mon Sep 17 00:00:00 2001 From: Etienne Kneuss Date: Mon, 13 Apr 2009 11:01:29 +0000 Subject: [PATCH] Mention objectstorage in the datastructures section git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278635 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/datastructures.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/reference/spl/datastructures.xml b/reference/spl/datastructures.xml index 0220ff0bbd..e829c7cf4d 100644 --- a/reference/spl/datastructures.xml +++ b/reference/spl/datastructures.xml @@ -1,5 +1,5 @@ - + @@ -73,6 +73,21 @@ + +
+ Map + + + 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. + + + + + SplObjectStorage + + + +
&reference.spl.spldoublylinkedlist; @@ -85,6 +100,7 @@ &reference.spl.splpriorityqueue; &reference.spl.splfixedarray; + &reference.spl.splobjectstorage;