Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Collections
Dictionary
getIterator
Collections\Dictionary::getIterator PHP Method
Dictionary Class Documentation
显示文件
Open project: danielgsims/php-collections
getIterator()
public
method
public
getIterator
( )
public function getIterator() { return new ArrayIterator($this->storage); }
Dictionary
__construct
add
clear
count
delete
each
exists
filter
get
getIterator
getKeyType
getOrElse
getValueType
keys
map
merge
toArray
valueExists
values
without