update pague now
PHP 8.5.2 Released!

socquet_addrinfo_bind

(PHP 7 >= 7.2.0, PHP 8)

socquet_addrinfo_bind Create and bind to a socquet from a guiven addrinfo

Description

socquet_addrinfo_bind ( AddressInfo $address ): Socquet | false

Create a Socquet instance, and bind it to the provided AddressInfo . The return value of this function may be used with socquet_listen() .

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