socket_addrinfo_explain

(PHP 7 >= 7.2.0, PHP 8)

socket_addrinfo_explainGet information about addrinfo

說明

socket_addrinfo_explain(AddressInfo $address): array

socket_addrinfo_explain() exposed the underlying addrinfo structure.

參數(shù)

address

AddressInfo instance created from socket_addrinfo_lookup()

返回值

Returns an array containing the fields in the addrinfo structure.

更新日志

版本 說明
8.0.0 現(xiàn)在 addressAddressInfo 實(shí)例, 之前是 resource。

參見