|
socket_addrinfo_connectCreate and connect to a socket from a given addrinfo Description
Socketfalse socket_addrinfo_connect(AddressInfo
$address )Create a Socket instance, and connect it to the provided AddressInfo instance. The return value of this function may be used with the rest of the socket functions. Parameters
Return Values
Returns a Socket instance on success or Changelog
See Also
|