AppendIterator::current

(PHP 5 >= 5.1.0)

AppendIterator::currentGets the current value

Beskrivelse

public mixed AppendIterator::current ( void )

Gets the current value.

Parametre

This function has no parameters.

Returnerings Værdier

The current value if it is valid or NULL otherwise.

Se også

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top