update : 2015.11.03
php.shukuma.com
|
The CachingIterator class
The CachingIterator class
(PHP 5)
소개
This object supports cached iteration over another iterator.
클래스 개요
public int count
( void
)
public scalar key
( void
)
public void next
( void
)
public void offsetSet
( string $index
, string $newval
)
public void valid
( void
)
}
예약 상수
CachingIterator::CALL_TOSTRING
-
Convert every element to string.
CachingIterator::CATCH_GET_CHILD
-
Don't throw exception in accessing children.
CachingIterator::TOSTRING_USE_KEY
-
Use key for conversion to
string.
CachingIterator::TOSTRING_USE_CURRENT
-
Use current for
conversion to string.
CachingIterator::TOSTRING_USE_INNER
-
Use inner
for conversion to string.
CachingIterator::FULL_CACHE
-
Cache all read data.
Table of Contents
|
|