Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

socket_wsaprotocol_info_release

Description

The socket_wsaprotocol_info_release of Sockets for PHP releases an exported WSAPROTOCOL_INFO Structure.

NOTE: Windows only

Syntax

socket_wsaprotocol_info_release(
    string $info_id
): bool

Parameters

info_id

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

Return

Returns true on success or false on failure.

HomeMenu