Swoole\Connection\Iterator::valid

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

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

Opis

public Swoole\Connection\Iterator::valid ( void ) : boolean

Checks if the current position is valid.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

Returns TRUE if the current iterator position is valid, otherwise FALSE.

add a note add a note

User Contributed Notes

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