php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
InternalIterator Class Reference
Inheritance diagram for InternalIterator:
Iterator Traversable

Public Member Functions

 current ()
 
 key ()
 
 next ()
 
 valid ()
 
 rewind ()
 

Detailed Description

@not-serializable

Definition at line 72 of file zend_interfaces.stub.php.

Member Function Documentation

◆ current()

InternalIterator::current ( )

@tentative-return-type

Implements Iterator.

Definition at line 76 of file zend_interfaces.stub.php.

◆ key()

InternalIterator::key ( )

@tentative-return-type

Implements Iterator.

Definition at line 78 of file zend_interfaces.stub.php.

◆ next()

InternalIterator::next ( )

@tentative-return-type

Implements Iterator.

Definition at line 80 of file zend_interfaces.stub.php.

◆ rewind()

InternalIterator::rewind ( )

@tentative-return-type

Implements Iterator.

Definition at line 84 of file zend_interfaces.stub.php.

◆ valid()

InternalIterator::valid ( )

@tentative-return-type

Implements Iterator.

Definition at line 82 of file zend_interfaces.stub.php.


The documentation for this class was generated from the following file: