Home
PHP
Tags
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
Enterprise PHP Framework Applications: Enhancing Development Efficiency and System Flexibility
8
Common Errors and Solutions for mysqli_result::fetch_column
5
Performance of mysqli_result::fetch_all function on large datasets
1
Details and Common Pitfalls When Using timezone_open with date_default_timezone_set to Set Timezones
9
Similar Functions
socket_wsaprotocol_info_export
socket_wsaprotocol_info_export
ExportWSAPROTOCOL_IN
socket_set_option
socket_set_option
Setsocketoptionsfors
socket_recv
socket_recv
Receivedatafromconne
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_send
socket_send
Senddatatotheconnect
socket_create
socket_create
Createsockets(commun
socket_set_nonblock
socket_set_nonblock
Setnon-blockingmodef
socket_accept
socket_accept
Acceptconnectionsons
Popular Articles