php signal set

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
and77
Forum Newbie
Posts: 8
Joined: Sun Nov 21, 2010 10:03 am

php signal set

Post by and77 »

How can i translate the following C functions:
sigemptyset,sigfillset,sigaddset,sigdelset,sigsuspend?
User avatar
McInfo
DevNet Resident
Posts: 1532
Joined: Wed Apr 01, 2009 1:31 pm

Re: php signal set

Post by McInfo »

PHP Manual: Process Control Extensions

You might be looking for POSIX.
Post Reply