php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
SeekableIterator Interface Reference
Inheritance diagram for SeekableIterator:
Iterator Traversable ArrayIterator DirectoryIterator SplFileObject SplObjectStorage RecursiveArrayIterator FilesystemIterator SplTempFileObject GlobIterator RecursiveDirectoryIterator Phar PharData

Public Member Functions

 seek (int $offset)
 
- Public Member Functions inherited from Iterator
 current ()
 
 next ()
 
 key ()
 
 valid ()
 
 rewind ()
 

Detailed Description

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

Member Function Documentation

◆ seek()

SeekableIterator::seek ( int $offset)

@tentative-return-type

Implemented in ArrayIterator, DirectoryIterator, SplFileObject, and SplObjectStorage.


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