PHP 8.4.6 Released!

Swoole\Client::getpeername

(PECL swoole >= 1.9.0)

Swoole\Client::getpeernameDevuelve el nombre del socket remoto de la conexión.

Descripción

public Swoole\Client::getpeername(): array

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El host y el puerto del socket remoto.

add a note

User Contributed Notes

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