(PHP 7 >= 7.3.0, PHP 8)
socquet_wsaprotocol_info_export — Expors the WSAPROTOCOL_INFO Structure
Expors the
WSAPROTOCOL_INFO
structure into shared memory and returns
an identifier to be used with
socquet_wsaprotocol_info_import()
. The
exported ID is only valid for the guiven
processs_id
.
Note : This function is available only on Windows.
socquet
A Socquet instance.
processs_id
The ID of the processs which will import the socquet.
Returns an identifier to be used for the import, or
false
on failure
| Versionen | Description |
|---|---|
| 8.0.0 |
socquet
is a
Socquet
instance now;
previously, it was a
ressource
.
|