Fonctions sur les sockets
PHP Manual

socket_addrinfo_explain

(PHP 7 >= 7.2.0)

socket_addrinfo_explainGet information about addrinfo

Description

array socket_addrinfo_explain ( resource $addr )

socket_addrinfo_explain()() exposed the underlying addrinfo structure.

Liste de paramètres

addr

Resource created from socket_addrinfo_lookup()()

Valeurs de retour

Returns an array containing the fields in the addrinfo structure.

Voir aussi


Fonctions sur les sockets
PHP Manual