update : 2015.11.03
php.shukuma.com검색:
|
LimitIterator::seek(PHP 5 >= 5.1.0) LimitIterator::seek — Seek to the given position 설명
public int LimitIterator::seek
( int
$position
)
Moves the iterator to the offset specified by 인수
반환값Returns the offset position after seeking. 오류/예외Throws an OutOfBoundsException if the position is outside of the limits specified in LimitIterator::__construct(). 참고
|