Dutch PHP Conference 2025 - Call For Papers

Swoole\Connection\Iterator::valid

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::validCheck if current position is valid.

Опис

public Swoole\Connection\Iterator::valid(): bool

Checks if the current 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