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
Detailed explanation of the use of realpath_cache_size and realpath_cache_get
10
How to troubleshoot problems when the ftp_systeme function returns "UNKNOWN"
5
Quick Guide to Installing ThinkPHP5 with Composer on Windows
7
Tips for using imageflip and imagecreatefromstring
5
Similar Functions
socket_addrinfo_connect
socket_addrinfo_connect
Createandconnecttoso
socket_setopt
socket_setopt
Aliasforsocket_set
socket_sendmsg
socket_sendmsg
Sendamessage
socket_getsockname
socket_getsockname
Querythelocalendofag
socket_recv
socket_recv
Receivedatafromconne
socket_strerror
socket_strerror
Returnsthestringdesc
socket_create_listen
socket_create_listen
Openasocketontheport
socket_sendto
socket_sendto
Sendamessagetothesoc
Popular Articles