PHP 클래스 phpstreams\operations\LimitOperation

저자: Bert Peters ([email protected])
상속: extends phpstreams\Stream
파일 보기 프로젝트 열기: bertptrs/phpstreams

공개 메소드들

메소드 설명
__construct ( type $source, type $limit ) Construct a limited stream.
getIterator ( )

메소드 상세

__construct() 공개 메소드

Construct a limited stream.
public __construct ( type $source, type $limit )
$source type
$limit type The number of items to show, at most.

getIterator() 공개 메소드

public getIterator ( )