pcntl_getqos_class
PHP Manual
PHP Manual»PCNTL Funzioni»pcntl_getqos_class

pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_classGet the QoS class of the current thread

Descrizione

function pcntl_getqos_class(): Pcntl\QosClass

Retrieves the Quality of Service (QoS) class of the current thread.

Nota: This function is only available on Apple platforms.

Elenco dei parametri

Questa funzione non contiene parametri.

Valori restituiti

Returns the current QoS class as a Pcntl\QosClass.

Errori/Eccezioni

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

Vedere anche:

To Top