KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
POSIX
posix_access
posix_ctermid
posix_errno
posix_getcwd
posix_getegid
posix_geteuid
posix_getgid
posix_getgrgid
posix_getgrnam
posix_getgroups
posix_getlogin
posix_getpgid
posix_getpgrp
posix_getpid
posix_getppid
posix_getpwnam
posix_getpwuid
posix_getrlimit
posix_getsid
posix_getuid
posix_get_last_error
posix_initgroups
posix_isatty
posix_kill
posix_mkfifo
posix_mknod
posix_setegid
posix_seteuid
posix_setgid
posix_setpgid
posix_setsid
posix_setuid
posix_strerror
posix_times
posix_ttyname
posix_uname
Home
>
PHP
>
Function
>
POSIX
>
posix_kill()
posix_kill()
posix_kill - Send a signal to a process
Syntax
bool
posix_kill
(
int
$pid,
int
$sig)
Arguments
pid - The process identifier.
sig - One of the PCNTL signals constants.
Description
Send the signal sig to the process with the process identifier pid.
Version
PHP 4, 5
Return value
Returns TRUE on success or FALSE on failure.