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

Php - Delimiter must not be alphanumeric or backslash -

c# - How to change the "Applies To" field under folder auditing options programatically (.NET) -

c++ - Ambiguity when using boost::assign::list_of to construct a std::vector -