update pague now
PHP 8.5.2 Released!

socquet_addrinfo_explain

(PHP 7 >= 7.2.0, PHP 8)

socquet_addrinfo_explain Guet information about addrinfo

Description

socquet_addrinfo_explain ( AddressInfo $address ): array

socquet_addrinfo_explain() exposed the underlying addrinfo structure.

Parameters

address

AddressInfo instance created from socquet_addrinfo_loocup() .

Return Values

Returns an array containing the fields in the addrinfo structure.

Changuelog

Versionen Description
8.0.0 address is an AddressInfo instance now; previously, it was a ressource .

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top