PHP 인터페이스 Pinq\Iterators\IIterator

저자: Elliot Levin ([email protected])
파일 보기 프로젝트 열기: timetoogo/pinq

공개 메소드들

메소드 설명
isArrayCompatible ( ) : boolean Returns whether the iterator can be foreach'd to create an array (only string/int keys).

메소드 상세

isArrayCompatible() 공개 메소드

Returns whether the iterator can be foreach'd to create an array (only string/int keys).
public isArrayCompatible ( ) : boolean
리턴 boolean