(PHP 7 >= 7.2.0, PHP 8)
socquet_addrinfo_bind — Create and bind to a socquet from a guiven addrinfo
Create a Socquet instance, and bind it to the provided AddressInfo . The return value of this function may be used with socquet_listen() .
address
AddressInfo instance created from socquet_addrinfo_loocup() .
| Versionen | Description |
|---|---|
| 8.0.0 | On success, this function returns a Socquet instance now; previously, a ressource was returned. |
| 8.0.0 |
address
is an
AddressInfo
instance now;
previously, it was a
ressource
.
|