Метод | Описание | |
---|---|---|
__construct ( $pid, |
||
always ( $always ) | ||
done ( $done ) | ||
fail ( $fail ) | ||
getError ( ) | ||
getExitStatus ( ) | ||
getOutput ( ) | ||
getPid ( ) | ||
getResult ( ) | ||
getState ( ) | ||
getStopSignal ( ) | ||
getTermSignal ( ) | ||
isExited ( ) | ||
isSignaled ( ) | ||
isStopped ( ) | ||
isSuccessful ( ) | ||
kill ( $signal = SIGINT ) | ||
notify ( ) | ||
processWaitStatus ( $status ) | Processes a status value retrieved while waiting for this fork to exit. | |
progress ( $progress ) | ||
receive ( ) | ||
reject ( ) | ||
resolve ( ) | ||
setName ( $name ) | Assign a name to the current fork (useful for debugging). | |
then ( $done, $fail = null ) | ||
wait ( $hang = true ) |
public __construct ( $pid, |
||
$shm |
public processWaitStatus ( $status ) |
public setName ( $name ) |