PHP 8.5.0 Alpha 2 available for testing

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 contiene ningún parámetro.

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