(no version information, might be only in CVS)
stream_socket_shutdown -- Shutdown a full-duplex connectionShutdowns (partially or not) a full-duplex connection.
streamAn open stream (opened with stream_socket_client(), for example)
howOne of the following constants: STREAM_SHUT_RD (disable further receptions), STREAM_SHUT_WR (disable further transmissions) or STREAM_SHUT_RDWR (disable further receptions and transmissions).
Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки.
| Пред. | Начало | След. |
| stream_socket_server | Уровень выше | stream_wrapper_register |