socket_wsaprotocol_info_import

(PHP 7 >= 7.3.0)

socket_wsaprotocol_info_importImports a Socket from another Process

说明

socket_wsaprotocol_info_import ( string $info_id ) : resource

Imports 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

参见