socket_wsaprotocol_info_release

(PHP 7 >= 7.3.0, PHP 8)

socket_wsaprotocol_info_releaseReleases an exported WSAPROTOCOL_INFO Structure

說明

socket_wsaprotocol_info_release(string $info_id): bool

Releases the shared memory corresponding to the given info_id.

注意: This function is available only on Windows.

參數(shù)

info_id

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

返回值

成功時返回 true, 或者在失敗時返回 false。

參見