Richard Heyes wrote:
Also:

exec('sleep 5 >& /dev/null &');

Maybe?

Two ampersands you mean? Why - what does it do? You're also not redirecting STDERR.


My bad. I was trying to shorten your command. >& redirects stdout and stderr, unfortunately in c shell though.

-Shawn

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

Reply via email to