PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

spl_autoload_call> <iterator_count
Last updated: Fri, 29 Aug 2008

view this page in

iterator_to_array

(PHP 5 >= 5.1.3)

iterator_to_arrayイテレータを配列にコピーする

説明

array iterator_to_array ( IteratorAggregate $iterator [, bool $use_keys ] )
警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

イテレータにある要素をカウントします。

パラメータ

iterator

カウントしたいイテレータ。

use_keys

返り値

iterator の要素数を返します。



add a note add a note User Contributed Notes
iterator_to_array
chad 0x40 herballure 0x2e com
27-Mar-2008 11:23
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.

spl_autoload_call> <iterator_count
Last updated: Fri, 29 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites