downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<posix_isattyposix_mkfifo>
Last updated: Thu, 26 Jun 2008

posix_kill

(PHP 4, PHP 5)

posix_kill — Send a signal to a process

Description

bool posix_kill ( int $pid , int $sig )

Send the signal sig to the process with the process identifier pid .

Parameters

pid

The process identifier.

sig

One of the PCNTL signals constants.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

  • The kill(2) manual page of the POSIX system, which contains additional information about negative process identifiers, the special pid 0, the special pid -1, and the signal number 0.



add a noteadd a note User Contributed Notes
Send a signal to a process
There are no user contributed notes for this page.




<posix_isattyposix_mkfifo>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs