The RecursiveCachingIterator class

(PHP 5 >= 5.1.0, PHP 7, PHP 8)

简介

...

类摘要

RecursiveCachingIterator extends CachingIterator implements Countable , ArrayAccess , OuterIterator , RecursiveIterator {
/* 继承的常量 */
const int CachingIterator::FULL_CACHE = 256 ;
/* 方法 */
public __construct ( Iterator $iterator , int $flags = RecursiveCachingIterator::CALL_TOSTRING )
public hasChildren ( ) : bool
/* 继承的方法 */
public CachingIterator::count ( ) : int
public CachingIterator::getCache ( ) : array
public CachingIterator::getFlags ( ) : int
public CachingIterator::hasNext ( ) : bool
public CachingIterator::key ( ) : scalar
public CachingIterator::next ( ) : void
public CachingIterator::offsetExists ( string $key ) : bool
public CachingIterator::offsetGet ( string $key ) : mixed
public CachingIterator::offsetSet ( string $key , mixed $value ) : void
public CachingIterator::offsetUnset ( string $key ) : void
public CachingIterator::rewind ( ) : void
public CachingIterator::setFlags ( int $flags ) : void
public CachingIterator::__toString ( ) : string
public CachingIterator::valid ( ) : bool
}

Table of Contents

User Contributed Notes

There are no user contributed notes for this page.
PHP8中文手册 站长在线 整理 版权归PHP文档组所有