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); ?>
(PHP 8 >= 8.4.0)
pcntl_getqos_class — Get the QoS class of the current thread
Retrieve the QoS class.
Nota: This function is only available on Apple platforms.
Questa funzione non contiene parametri.
Returns the Pcntl\QosClass.
Throws an Error if the underlying call to
pthread_get_qos_class_np() fails.