CachingIterator::__toString

(PHP 5, PHP 7)

CachingIterator::__toStringReturn the string representation of the current element

Opis

public CachingIterator::__toString ( void ) : void
Ostrzeżenie

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

Get the string representation of the current element.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The string representation of the current element.

add a note add a note

User Contributed Notes

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