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
Performance optimization tips when calculating hash values using hash_final
7
Zan PHP Coroutine Framework: Easily Build High-Concurrency Network Services
7
How to Include Custom Functions and Libraries in Laravel
6
SEO Description
3
Similar Functions
socket_send
socket_send
Senddatatotheconnect
socket_create_listen
socket_create_listen
Openasocketontheport
socket_clear_error
socket_clear_error
Clearanerroronthesoc
socket_export_stream
socket_export_stream
Exportsocketextensio
socket_read
socket_read
Readmaximumlengthbyt
socket_cmsg_space
socket_cmsg_space
Calculatethemessageb
socket_recvmsg
socket_recvmsg
Readamessage
socket_addrinfo_connect
socket_addrinfo_connect
Createandconnecttoso
Popular Articles