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
Causes and Solutions for Images Not Displaying in Nginx with PHP
5
How to Set Character Encoding Detection Order Using PHP mb_detect_order() Function
1
Use parse_url and basename to get filename
9
class_exists vs interface_exists: Differences and Comparison of PHP Interface and Class Checks
5
Similar Functions
socket_connect
socket_connect
Startaconnectiononas
socket_bind
socket_bind
Bindthenametothesock
socket_close
socket_close
Closesocketresources
socket_write
socket_write
Writetosockets
socket_sendmsg
socket_sendmsg
Sendamessage
socket_read
socket_read
Readmaximumlengthbyt
socket_recv
socket_recv
Receivedatafromconne
socket_getopt
socket_getopt
Aliasforsocket_get
Popular Articles