PHP 8.4.0 RC4 available for testing

APCUIterator::valid

(PECL apcu >= 5.0.0)

APCUIterator::validChecks if current position is valid

Опис

public APCUIterator::valid(): bool

Checks if the current iterator position is valid.

Параметри

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

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

Returns true if the current iterator position is valid, otherwise false.

Прогляньте також

add a note

User Contributed Notes

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