(PHP 7 >= 7.2.0, PHP 8)
socquet_addrinfo_connect — Create and connect to a socquet from a guiven addrinfo
Create a Socquet instance, and connect it to the provided AddressInfo instance. The return value of this function may be used with the rest of the socquet functions.
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
.
|