Thread::isStartedState Detection Description
public boolean Thread::isStarted
( void
)
Tell if the referenced Thread was started ParametersThis function has no parameters. Return Valuesboolean indication of state Examples
Example #1 Tell if the referenced Thread was started
<?php The above example will output: bool(true) |