On Tue, February 19, 2008 7:13 am, Michal Maras wrote:
>  Coud somebody tell me if it is possible to get integer value of
> variable
> which name in C is errno end in perl $!.
>  I am PHP beginner so I am sorry if question is 'stupid'.

If you use exec() you can get that as a returned value for the third arg.

If you just mean out of the existing environment, almost for sure it's
there in something kinda obvious like $errno or somesuch...

vardump($_ENV) will probably show it.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

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

Reply via email to