Daniel Brown wrote:

> On Sun, Mar 8, 2009 at 22:35, Richard Lynch <c...@l-i-e.com> wrote:
>> I have a program sending/receiving data to/from my CLI script using:
>>
>> 0 stdin
>> 1 stdout
>> 2 stderr
>> 3 ??????
> 
>     UNIX Channel 3 is a non-standard stream resource, though I don't
> believe it's even yet been given a name, so we'll have to change that.

"UNIX Channel 3" ?? 
It's just file descriptor 3, that's all. In the old days, it was
occasionally called "stdaux", but AFAIK that's not used any more. 


/Per

-- 
Per Jessen, Zürich (4.9°C)


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

Reply via email to