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
How to dynamically build API request strings through sprintf
4
How to use array_slice to extract part of an array
8
How to get warning information for the last operation through mysqli::get_warnings
9
serialize Challenge of serializing objects with Closure
7
Similar Functions
socket_create_listen
socket_create_listen
Openasocketontheport
socket_bind
socket_bind
Bindthenametothesock
socket_addrinfo_lookup
socket_addrinfo_lookup
Getanarrayofgetaddri
socket_recv
socket_recv
Receivedatafromconne
socket_addrinfo_explain
socket_addrinfo_explain
Getinformationabouta
socket_wsaprotocol_info_export
socket_wsaprotocol_info_export
ExportWSAPROTOCOL_IN
socket_cmsg_space
socket_cmsg_space
Calculatethemessageb
socket_recvfrom
socket_recvfrom
Receivedatafromasock
Popular Articles