PhpFilesIterator
in package
implements
Iterator
Class PhpFilesIterator
Tags
Table of Contents
Interfaces
- Iterator
Methods
- __construct() : mixed
- PhpFilesIterator constructor.
- current() : array<string, string>
- key() : int|string
- next() : void
- rewind() : void
- valid() : bool
Methods
__construct()
PhpFilesIterator constructor.
public
__construct(string $directory) : mixed
Parameters
- $directory : string
current()
public
current() : array<string, string>
Tags
Return values
array<string, string>key()
public
key() : int|string
Tags
Return values
int|stringnext()
public
next() : void
Tags
rewind()
public
rewind() : void
Tags
valid()
public
valid() : bool