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

Fiber::isSuspended

(PHP 8 >= 8.1.0)

Fiber::isSuspendedDetermines if the fiber is suspended

Descrizione

public Fiber::isSuspended(): bool

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns true if the fiber is currently suspended; otherwise false is returned.