It's been a long time since I've programmed on Unix, but there
was a common technique used in C programs for invoking a program
& allowing the invoker to read & write via standard input/output.
I believe it used a combination of pipes & the fdup function.

Is it possible to emulate this behavior in PHP?


--
JR


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

Reply via email to