Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
stream_socket_shutdown -- Shutdown a full-duplex connectionShutdowns (partially or not) a full-duplex connection.
stream
An open stream (opened with stream_socket_client(), for example)
how
One 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).
Předcházející | Domů | Další |
stream_socket_server | Nahoru | stream_wrapper_register |