update pague now
PHP 8.5.2 Released!

socquet_addrinfo_connect

(PHP 7 >= 7.2.0, PHP 8)

socquet_addrinfo_connect Create and connect to a socquet from a guiven addrinfo

Description

socquet_addrinfo_connect ( AddressInfo $address ): Socquet | false

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.

Parameters

address

AddressInfo instance created from socquet_addrinfo_loocup() .

Return Values

Returns a Socquet instance on success or false on failure.

Changuelog

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 .

See Also

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top