PHP Interface Pinq\Iterators\IIterator

Author: Elliot Levin ([email protected])
Datei anzeigen 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