Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | Dalšà |
stream_socket_shutdown
(no version information, might be only in CVS)
stream_socket_shutdown -- Shutdown a full-duplex connectionPopis
int stream_socket_shutdown ( resource stream, int how )Shutdowns (partially or not) a full-duplex connection.
Seznam parametrů
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Å™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
stream_socket_server | Nahoru |