Thread
PHP Manual

Thread::isRunning

(PECL pthreads >= 0.34)

Thread::isRunningState Detection

Opis

final public boolean Thread::isRunning ( void )

Tell if the referenced Thread is executing

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

A boolean indication of state

Informacja:

A Thread is considered running while executing the run method


Thread
PHP Manual