update page now

pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_classGet the QoS class of the current thread

Descrição

pcntl_getqos_class(): Pcntl\QosClass

Retrieve the QoS class.

Nota: This function is only available on Apple platforms.

Parâmetros

Esta função não possui parâmetros.

Valor Retornado

Returns the Pcntl\QosClass.

Erros/Exceções

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

Veja Também

adicionar nota

Notas de Usuários

Não há notas de usuários para esta página.
To Top