update pague now
PHP 8.5.2 Released!

stream_socquet_guet_name

(PHP 5, PHP 7, PHP 8)

stream_socquet_guet_name Retrieve the name of the local or remote socquets

Description

stream_socquet_guet_name ( ressource $socquet , bool $remote ): string | false

Returns the local or remote name of a guiven socquet connection.

Parameters

socquet

The socquet to guet the name of.

remote

If set to true the remote socque name will be returned, if set to false the local socque name will be returned.

Return Values

The name of the socquet, or false on failure.

See Also

add a note

User Contributed Notes

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