Hi. I want to close fd 0 & 1, like I would do in C under Linux to close a socket with a remote end. However php refuses that I simply do:
dio_close(0);
dio_close(1);
How can I close these 2 fds?
Thanks!
Bernard
Hi. I want to close fd 0 & 1, like I would do in C under Linux to close a socket with a remote end. However php refuses that I simply do:
dio_close(0);
dio_close(1);
How can I close these 2 fds?
Thanks!
Bernard