update : 2015.11.03
php.shukuma.com검색:
|
The LimitIterator class(PHP 5 >= 5.1.0) 소개The LimitIterator class allows iteration over a limited subset of items in an Iterator. 클래스 개요/* 메소드 */
}예제
Example #1 LimitIterator usage example
<?php 위 예제의 출력: string(5) "apple" string(6) "banana" string(6) "cherry" string(6) "cherry" string(6) "damson" string(10) "elderberry" Table of Contents
|