Php/docs/function.socket-wsaprotocol-info-release
来自菜鸟教程
socket_wsaprotocol_info_release
(PHP 7 >= 7.3.0)
socket_wsaprotocol_info_release — Releases an exported WSAPROTOCOL_INFO Structure
说明
socket_wsaprotocol_info_release
( string $info_id
) : bool
Releases the shared memory corresponding to the given info_id
.
Note:
This function is available only on Windows.
返回值
成功时返回 true
, 或者在失败时返回 false
。