AsciiStringIterator
implements
Iterator, Stringable
-
implements
-
Table of Contents
Interfaces
- Iterator
- Stringable
Properties
-
$ptr
: int
-
$str
: string
Methods
-
__construct()
: mixed
-
__toString()
: string
-
current()
: string
-
key()
: int
-
next()
: void
-
rewind()
: void
-
valid()
: bool
$ptr
private
int
$ptr
= 0
$str
private
string
$str
__construct()
public
__construct(string $str) : mixed
Parameters
-
$str
: string
-
__toString()
public
__toString() : string
current()
public
current() : string
-
inheritDoc
-
key()
public
key() : int
-
inheritDoc
-
next()
public
next() : void
-
inheritDoc
-
rewind()
public
rewind() : void
-
inheritDoc
-
valid()
public
valid() : bool
-
inheritDoc
-