update : 2015.11.03
php.shukuma.com검색:
|
NoRewindIterator::__construct(PHP 5 >= 5.1.0) NoRewindIterator::__construct — Construct a NoRewindIterator 인수
반환값
A NoRewindIterator() based on the passed in
예제
Example #1 NoRewindIterator::__construct() example The second loop does not output because the iterator is only used once, as it does not rewind.
<?php 위 예제의 출력 예시: Fruit A: apple banana cranberry Fruit B: |