hi,
i'm using pipes (with mknod command) and write into with popen(..);. but i can only write if a script currently reads this file. in perl theres a function called sysopen(..) that checks if the file is writeable or it is blocked. is there something like that in php?