Swoole\Connection\Iterator::offsetUnset

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

Swoole\Connection\Iterator::offsetUnsetUnset an offset.

Opis

public Swoole\Connection\Iterator::offsetUnset ( int $offset ) : void

Unsets an offset.

Parametry

offset

The offset to unset.

Zwracane wartości

add a note add a note

User Contributed Notes

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