AppendIterator::valid

(PHP 5 >= 5.1.0)

AppendIterator::validChecks validity of the current element

Beskrivelse

public bool AppendIterator::valid ( void )

Checks validity of the current element.

Parametre

This function has no parameters.

Returnerings Værdier

Returns TRUE if the current iteration is valid, FALSE otherwise.

Se også

add a note add a note

User Contributed Notes

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