update page now

pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_classGet the QoS class of the current thread

Açıklama

pcntl_getqos_class(): Pcntl\QosClass

Retrieve the QoS class.

Bilginize: This function is only available on Apple platforms.

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

Returns the Pcntl\QosClass.

Hatalar/İstisnalar

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

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top