Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
socket_getpeername
socket_getpeername
Query the remote end of a given socket, which may result in a host/port or Unix file system path, depending on its type
Name:
socket_getpeername
Category:
Sockets
Programming Language:
php
One-line Description:
Query the remote end of a given socket, which may result in a host/port or Unix file system path, depending on its type
Related
How to Fix PHP Not Running After Installation on Linux: A Step-by-Step Guide
1
How to Set PHP Page Timeout to Prevent Script Interruption
5
How to Get a File’s Inode Number Using PHP’s fileinode Function: Steps and Examples
2
Simple example of dynamically loading PHP files using get_include_path()
5
Similar Functions
socket_listen
socket_listen
Listentoconnectionso
socket_addrinfo_lookup
socket_addrinfo_lookup
Getanarrayofgetaddri
socket_cmsg_space
socket_cmsg_space
Calculatethemessageb
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_wsaprotocol_info_release
socket_wsaprotocol_info_release
ReleasetheexportedWS
socket_getpeername
socket_getpeername
Querytheremoteendofa
socket_recvmsg
socket_recvmsg
Readamessage
socket_connect
socket_connect
Startaconnectiononas
Popular Articles