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.

Açıklama

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

Checks if the current position is valid.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

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