update : 2015.11.03
php.shukuma.com검색:
|
LimitIterator::getPosition(PHP 5 >= 5.1.0) LimitIterator::getPosition — Return the current position 설명
public int LimitIterator::getPosition
( void
)
Gets the current zero-based position of the inner Iterator. 인수이 함수는 인수가 없습니다. 반환값The current position. 예제
Example #1 LimitIterator::getPosition() example
<?php 위 예제의 출력: 2 cherry 3 damson 4 elderberry |