stream_socket_shutdown Shutdown a full-duplex connection &reftitle.description; boolstream_socket_shutdown resourcestream inthow Shutdowns (partially or not) a full-duplex connection. &reftitle.parameters; 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). &reftitle.returnvalues; &return.success; &reftitle.examples; A <function>stream_socket_shutdown</function> example ]]> &example.outputs.similar; &reftitle.seealso; fclose