RecursiveTreeIterator::current

(PHP 5 >= 5.3.0, PHP 7)

RecursiveTreeIterator::currentGet current element

Opis

public RecursiveTreeIterator::current ( void ) : string

Gets the current element prefixed and postfixed.

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns the current element prefixed and postfixed.

add a note add a note

User Contributed Notes

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