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
Using JMeter for PHP Response Performance Testing: Optimizing Page Load Speed and User Experience
5
The session_status function is used in conjunction with session_id
10
The difference between mb_get_info function and mb_detect_encoding function
2
array_slice is a detail that is easily overlooked when using associative arrays
10
Similar Functions
socket_set_option
socket_set_option
Setsocketoptionsfors
socket_read
socket_read
Readmaximumlengthbyt
socket_recvfrom
socket_recvfrom
Receivedatafromasock
socket_create_pair
socket_create_pair
Createapairofindisti
socket_addrinfo_bind
socket_addrinfo_bind
Createandbindtosocke
socket_addrinfo_connect
socket_addrinfo_connect
Createandconnecttoso
socket_strerror
socket_strerror
Returnsthestringdesc
socket_export_stream
socket_export_stream
Exportsocketextensio
Popular Articles