Scott Fletcher wrote:

>     I use this script and I recieve an error code, what does this mean in
> english?  I can understand the "0" or the "1", but "2"????
> 
>   fsockopen (HOSTNAME, &$errno, &$errstr) or die("$errno: $errstr");

I am pretty sure that if you do "man errno" in a shell prompt and count 
down to the second item, you'll be looking at the error messge number "2" 
that is being referenced.  This is for sure true with fopen and exec, and 
I'm assuming fsockopen is the same.

-- 
Like music?  http://l-i-e.com/artists.htm


-- 
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]

Reply via email to