The use_keys parameter was added in one of the 5.2.x releases; it defaults to TRUE. This matches the behavior in PHP 5.1.6, which lacks this parameter.
iterator_to_array
(PHP 5 >= 5.1.3)
iterator_to_array — Copy the iterator into an array
Beschreibung
array iterator_to_array
( IteratorAggregate $iterator
[, bool $use_keys
] )
Warnung
Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.
Count the elements in an iterator.
Parameter-Liste
- iterator
-
The iterator being counted.
- use_keys
-
Rückgabewerte
The number of elements in iterator .
iterator_to_array
chad 0x40 herballure 0x2e com
27-Mar-2008 07:23
27-Mar-2008 07:23
