Methods summary
abstract public
|
|
public
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
mixed
|
#
current( )
(PHP 5 >= 5.0.0)
Return the current element
(PHP 5 >= 5.0.0)
Return the current element
Returns
mixed Can return any type.
Link
Implementation of
Iterator::current()
|
public
|
#
next( )
(PHP 5 >= 5.0.0)
Move forward to next element
(PHP 5 >= 5.0.0)
Move forward to next element
Returns
Any returned value is ignored.
Link
Implementation of
Iterator::next()
|
public
mixed
|
#
key( )
(PHP 5 >= 5.0.0)
Return the key of the current element
(PHP 5 >= 5.0.0)
Return the key of the current element
Returns
mixed scalar on success, or null on failure.
Link
Implementation of
Iterator::key()
|
public
boolean
|
#
valid( )
(PHP 5 >= 5.0.0)
Checks if current position is valid
(PHP 5 >= 5.0.0)
Checks if current position is valid
Returns
boolean The return value will be casted to boolean and then evaluated.
Returns true on success or false on failure.
Link
Implementation of
Iterator::valid()
|
public
|
#
rewind( )
(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element
(PHP 5 >= 5.0.0)
Rewind the Iterator to the first element
Returns
Any returned value is ignored.
Link
Implementation of
Iterator::rewind()
|
public
Angelfon\SDK\Version
|
|
public
|
|