ArrayIterator::getFlags

(PHP 5 >= 5.1.0, PHP 7)

ArrayIterator::getFlagsGet behavior flags

Opis

public ArrayIterator::getFlags ( void ) : int

Gets the behavior flags of the ArrayIterator. See the ArrayIterator::setFlags method for a list of the available flags.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the behavior flags of the ArrayIterator.

Zobacz też:

add a note add a note

User Contributed Notes

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