parent root
PHP: Swoole\Client::getsockname - Manual

Swoole\Client::getsockname

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

Swoole\Client::getsocknameGet the local socket name of the connection.

Description

public Swoole\Client::getsockname ( void ) : array

Parameters

This function has no parameters.

Return Values

The host and port of the local socket.

add a noteadd a note

User Contributed Notes

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