CakeFest 2024: The Official CakePHP Conference

Swoole\Connection\Iterator::current

(PECL swoole >= 1.9.0)

Swoole\Connection\Iterator::currentReturn current connection entry.

Açıklama

public Swoole\Connection\Iterator::current(): Connection

Get current connection entry.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

The current connection entry.

add a note

User Contributed Notes

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