Posted by rh on 11/02/06 04:46
"Peter van Schie" <vanschie.peter@gmail.com> wrote in message
news:4547cb0d$0$44503$dbd4f001@news.wanadoo.nl...
> Hi all,
>
> I'm trying to create a named pipe to communicate with another
> application from a PHP application. The thing is that I cannot use any
> of the posix functions on Windows, including posix_mkfifo.
> Is there any other way to create a named pipe and if so.... how?
> Thanks in advance.
>
> Peter.
Have you tried popen() or proc_open()?
Rich
Navigation:
[Reply to this message]
|