How do i find out what the return status of an exec() executed command
means? For example, i have the line
$ciphertext = exec("perl /home/httpd/cgi-bin/passgen.pl
$plaintext",$arr,$retstat);
which makes $retstat = 126.
thanks,
geo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Where do i look up return status codes? George Herson
- Re: [PHP] Where do i look up return status codes? Simon Garner
- Re: [PHP] Where do i look up return status codes? Chris Carbaugh
- Re: [PHP] Where do i look up return status co... ..s.c.o.t.t.. [gts]
- Re: [PHP] Where do i look up return status co... George Herson

