Worker::isShutdownState Detection Description
final public boolean Worker::isShutdown
( void
)
Tell if the referenced Worker has been shutdown ParametersThis function has no parameters. Return ValuesA boolean indication of state Examples
Example #1 Detect the state of a Worker
<?php The above example will output: bool(false) bool(true) |