PHP.nl

Fiber::isRunning

Fiber::isRunning

Determines if the fiber is running

bool **Fiber::isRunning**

Returns true only if the fiber is running. A fiber is considered running after a call to , , or that has not yet returned. Return false if the fiber is not running. Fiber::start``Fiber::resume``Fiber::throw

Documentatie