array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'it', ), 'this' => array ( 0 => 'function.pcntl-getqos-class.php', 1 => 'pcntl_getqos_class', 2 => 'Get the QoS class of the current thread', ), 'up' => array ( 0 => 'ref.pcntl.php', 1 => 'PCNTL Funzioni', ), 'prev' => array ( 0 => 'function.pcntl-getpriority.php', 1 => 'pcntl_getpriority', ), 'next' => array ( 0 => 'function.pcntl-rfork.php', 1 => 'pcntl_rfork', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/pcntl/functions/pcntl_getqos_class.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_classGet the QoS class of the current thread

Descrizione

pcntl_getqos_class(): Pcntl\QosClass

Retrieve the QoS class.

Nota: This function is only available on Apple platforms.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the Pcntl\QosClass.

Errori/Eccezioni

Throws an Error if the underlying call to pthread_get_qos_class_np() fails.

Vedere anche: