Re: [PHP] fdup & Pipes? (New Thread)

2002-05-30 Thread Miguel Cruz
On Thu, 30 May 2002, Jonathan Rosenberg wrote: > 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 fd

[PHP] fdup & Pipes? (New Thread)

2002-05-30 Thread Jonathan Rosenberg
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 i