Jump to content

STDERR and STDOUT and system()


Xu Wei Jie

Recommended Posts

I am currently having problem with this line of code. When I write debug messages to STDERR (fwrite(STDERR,'error');) and processed contents of scripts to STDOUT directed to files, if 2 system commands are running together and writing to 2 different files, I will get 1 'error' printed to STDOUT(the console) and 1 'error' printed to the 1st file which is unwanted. Anyone knows how to work around this? I need to print debug messages to console only.

 

system("php $frame 2>&1 1>> $file",$retval);

Link to comment
https://forums.phpfreaks.com/topic/150564-stderr-and-stdout-and-system/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.