• 首页
  • vue
  • TypeScript
  • JavaScript
  • scss
  • css3
  • html5
  • php
  • MySQL
  • redis
  • jQuery
  • socket_wsaprotocol_info_import()

    (PHP 7 >= 7.3.0)

    Imports 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

    参见