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

Public Member Functions

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

Detailed Description

@generate-class-entries

Definition at line 5 of file spl_iterators.stub.php.

Member Function Documentation

◆ current()

EmptyIterator::current ( )

@tentative-return-type

Implements Iterator.

Definition at line 8 of file spl_iterators.stub.php.

◆ key()

EmptyIterator::key ( )

@tentative-return-type

Implements Iterator.

Definition at line 14 of file spl_iterators.stub.php.

◆ next()

EmptyIterator::next ( )

@tentative-return-type

Implements Iterator.

Definition at line 11 of file spl_iterators.stub.php.

◆ rewind()

EmptyIterator::rewind ( )

@tentative-return-type

Implements Iterator.

Definition at line 20 of file spl_iterators.stub.php.

◆ valid()

EmptyIterator::valid ( )

@tentative-return-type

Implements Iterator.

Definition at line 17 of file spl_iterators.stub.php.


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