array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'uk', ), 'this' => array ( 0 => 'fiber.isstarted.php', 1 => 'Fiber::isStarted', 2 => 'Determines if the fiber has started', ), 'up' => array ( 0 => 'class.fiber.php', 1 => 'Fiber', ), 'prev' => array ( 0 => 'fiber.getreturn.php', 1 => 'Fiber::getReturn', ), 'next' => array ( 0 => 'fiber.issuspended.php', 1 => 'Fiber::isSuspended', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'language/predefined/fiber/isstarted.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Fiber::isStarted

(PHP 8 >= 8.1.0)

Fiber::isStartedDetermines if the fiber has started

Опис

public Fiber::isStarted(): bool

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns true only after the fiber has been started; otherwise false is returned.