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