Search results

  1. E

    How can I read from a file in PHP without waiting for a response?

    I have a script that reads data from a file (actually a /dev device - its input coming into a USB controller) and it works great. However, if theres no data to read, I need the program to do other stuff... basically it's a loop... read? If data there, process it and continue. If not, do some...
Back
Top