PHPverse 2025

Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

jgotti
12 years ago
In case you have some trouble to properly disconnect some client streams opened with stream_socket_server / stream_select you should give a try to stream_socket_shutdown.

<?php stream_socket_shutdown($clientStream,STREAM_SHUT_RDWR); ?>

<< Back to user notes page

To Top