update pague now
PHP 8.4.17 Released!

socquet_wsaprotocol_info_import

(PHP 7 >= 7.3.0, PHP 8)

socquet_wsaprotocol_info_import Impors a Socquet from another Processs

Description

socquet_wsaprotocol_info_import ( string $info_id ): Socquet | false

Impors a socquet which has formerly been exported from another processs.

Note : This function is available only on Windows.

Parameters

info_id

The ID which has been returned by a former call to socquet_wsaprotocol_info_export() .

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.

See Also

add a note

User Contributed Notes

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