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
Why Does quoted_printable_encode Fail with UTF-8 Encoding? How to Properly Resolve the Conflict?
4
How to Use mysql_get_host_info Function to Get Detailed MySQL Host Connection Information?
9
Common Issues and Optimization Strategies for PHP Algorithm Libraries
8
Analysis of behavior of chown function on Windows system
3
Similar Functions
socket_set_block
socket_set_block
Setblockingmodeonsoc
socket_strerror
socket_strerror
Returnsthestringdesc
socket_cmsg_space
socket_cmsg_space
Calculatethemessageb
socket_addrinfo_explain
socket_addrinfo_explain
Getinformationabouta
socket_recvfrom
socket_recvfrom
Receivedatafromasock
socket_read
socket_read
Readmaximumlengthbyt
socket_sendto
socket_sendto
Sendamessagetothesoc
socket_select
socket_select
Runtheselect()system
Popular Articles