How to execute a command capturing the stanndard error, in addition to standard output? example:

echo system('/bin/rm ...');

I need to know when this command fails, and when it fails, i need to know why. Any hints?

_Mattia_


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to