|
Stackable::isTerminatedState Detection Description
final public boolean Stackable::isTerminated
( void
)
Tell if the referenced Stackable exited, suffered fatal errors, or threw uncaught exceptions during execution ParametersThis function has no parameters. Return ValuesA boolean indication of state Examples
Example #1 Detect the state of the referenced Stackable
<?php The above example will output: bool(true) |