Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Pinq
Iterators
IIterator
PHP Interface Pinq\Iterators\IIterator
Author:
Elliot Levin (
[email protected]
)
Exibir arquivo
Open project: timetoogo/pinq
Public Methods
Method
Description
isArrayCompatible
( ) :
boolean
Returns whether the iterator can be foreach'd to create an array (only string/int keys).
Method Details
isArrayCompatible()
public
method
Returns whether the iterator can be foreach'd to create an array (only string/int keys).
public
isArrayCompatible
( ) :
boolean
return
boolean