PHP » GoLang |
login |
register |
about
|
GoLang Threaded::isTerminated
request it (253)
GoLang replacement for PHP's Threaded::isTerminated
[edit | history]
Threaded::isTerminated(PECL pthreads >= 2.0.0) Threaded::isTerminated — State Detection Description
public bool Threaded::isTerminated
( void
)
Tell if the referenced object was terminated during execution; suffered fatal errors, or threw uncaught exceptions ParametersThis function has no parameters. Return ValuesA boolean indication of state Examples
Example #1 Detect the state of the referenced object
<?php The above example will output: bool(true) |
more
Recently updated
more
Most requested
more
Last requests
|