Home
PHP
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
filter_var_array method for processing multidimensional arrays
7
Best practices in init functions to avoid unhandled exceptions
1
Common performance traps of PHP strnatcasecmp function
3
Notes when using imageflip with imagerotate function
10
Similar Functions
socket_select
socket_select
Runtheselect()system
socket_read
socket_read
Readmaximumlengthbyt
socket_set_option
socket_set_option
Setsocketoptionsfors
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_sendto
socket_sendto
Sendamessagetothesoc
socket_getsockname
socket_getsockname
Querythelocalendofag
socket_wsaprotocol_info_export
socket_wsaprotocol_info_export
ExportWSAPROTOCOL_IN
socket_get_option
socket_get_option
Getsocketoptionsfors
Popular Articles