raise - phpMan

Command: man perldoc info search(apropos)  


RAISE(3)                   Linux Programmer’s Manual                  RAISE(3)



NAME
       raise - send a signal to the current process

SYNOPSIS
       #include <signal.h>

       int raise(int sig);

DESCRIPTION
       The raise() function sends a signal to the current process.  It is equivalent to

              kill(getpid(), sig);

RETURN VALUE
       0 on success, nonzero for failure.

CONFORMING TO
       ANSI-C

SEE ALSO
       kill(2), signal(2), getpid(2)



GNU                               1995-08-31                          RAISE(3)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache/1.3.41 (Unix) PHP/5.2.5 mod_perl/1.30 mod_gzip/1.3.26.1a
Under GNU General Public License
2009-01-10 10:16 @38.103.63.58 CrawledBy CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!