On Sun, 2006-04-02 at 10:01 +0100, Wayne Stallwood wrote:
On Sat, 2006-04-01 at 20:18 +0100, Peter Onion wrote:
For devices I much prefer to use open/read/write where you are closer to the device and can get more reliable error indications.
You also probably want to try and open it in non-blocking mode so that the call to open can't block.
Do you mean dio_open dio_write etc ?
Never heard of them...... I assume PHP provides wrappers for the real open/read/write system calls ?
Peter