// Unix: just read standard error$ph = popen('strace ls 2>&1 1>/dev/null','r') or die($php_errormsg);// Windows: just read standard error$ph = popen('ipxroute.exe 2>&1 1>NUL','r') or die($php_errormsg);?>