|
socket_addrinfo_lookupGet array with contents of getaddrinfo about the given hostname Description
arrayfalse socket_addrinfo_lookup(string
$host , stringnull $service = null , array $hints = [])
Lookup different ways we can connect to Parameters
Return Values
Returns an array of AddressInfo instances that can be used with
the socket_addrinfo_* family of functions.
On failure, Changelog
See Also
|