socket_wsaprotocol_info_import
(PHP 7 >= 7.3.0)
socket_wsaprotocol_info_import — Imports a Socket from another Process
説明
socket_wsaprotocol_info_import
( string
$info_id
) : resourceImports a socket which has formerly been exported from another process.
パラメータ
-
info_id -
The ID which has been returned by a former call to socket_wsaprotocol_info_export().
返り値
Returns the socket resource, 失敗した場合に FALSE を返します
参考
- socket_wsaprotocol_info_export() - Exports the WSAPROTOCOL_INFO Structure