PHP » GoLang |
login |
register |
about
|
GoLang Worker::isShutdown
request it (364)
GoLang replacement for PHP's Worker::isShutdown
[edit | history]
Worker::isShutdown(PECL pthreads >= 2.0.0) Worker::isShutdown — State Detection Description
public bool Worker::isShutdown
( void
)
Whether the worker has been shutdown or not. ParametersThis function has no parameters. Return ValuesReturns whether the worker has been shutdown or not. Examples
Example #1 Detect the state of a worker
<?php The above example will output: bool(false) bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|