php - Console line output redirecting blocks file and prevents to read it -


how redirect output console app (php.exe in case) text file (output.txt in case) without blocking it? php script takes lot of time , need async read output (from httpd->javascript->webpage)

nevermind - passthru php function helped me lot :)


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -