Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_getsockname
socket_getsockname
Query the local end of a given socket, which may result in a host/port or Unix file system path, depending on its type
Name:
socket_getsockname
Category:
Sockets
Programming Language:
php
One-line Description:
Query the local end of a given socket, which may result in a host/port or Unix file system path, depending on its type
Related
How to determine character encoding through mb_get_info when processing multilingual text
10
PHP hash_final is used for signature generation of network request data
8
How to sort strings with special characters using strnatcasecmp?
9
The combination of PHP abs() function and encryption algorithm
7
Similar Functions
socket_recv
socket_recv
Receivedatafromconne
socket_bind
socket_bind
Bindthenametothesock
socket_send
socket_send
Senddatatotheconnect
socket_strerror
socket_strerror
Returnsthestringdesc
socket_create
socket_create
Createsockets(commun
socket_getsockname
socket_getsockname
Querythelocalendofag
socket_export_stream
socket_export_stream
Exportsocketextensio
socket_set_option
socket_set_option
Setsocketoptionsfors
Popular Articles