PHP 8.4.6 Released!

Swoole\Client::getsockname

(PECL swoole >= 1.9.0)

Swoole\Client::getsocknameDevuelve el nombre del socket local de la conexión.

Descripción

public Swoole\Client::getsockname(): array

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El host y el puerto del socket local.

add a note

User Contributed Notes

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