socket_wsaprotocol_info_import

(PHP 7 >= 7.3.0)

socket_wsaprotocol_info_importImports a Socket from another Process

Descrierea

socket_wsaprotocol_info_import ( string $info_id ) : resource|false

Imports a socket which has formerly been exported from another process.

Notă: This function is available only on Windows.

Parametri

info_id

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

Valorile întoarse

Returns the socket resource, sau false în cazul eșecului

A se vedea și

add a note add a note

User Contributed Notes

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