views:

50

answers:

1

Hi, just a general question are there any issues with using named pipes from a php script, currently i'm calling a bash script from php to write to a named pipe.

This would be on Debian Linux to communicate from a php script to some background running C program

A: 

You can write to named pipe like as to file. Use for it fopen function.

Svisstack