Dutch PHP Conference 2025 - Call For Papers

CachingIterator::__toString

(PHP 5, PHP 7, PHP 8)

CachingIterator::__toStringReturn the string representation of the current element

Опис

public CachingIterator::__toString(): string
Увага

Наразі ця функція не документована. Доступний лише список її параметрів.

Get the string representation of the current element.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

The string representation of the current element.

add a note

User Contributed Notes

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