update page now

pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_classGet the QoS class of the current thread

Описание

pcntl_getqos_class(): Pcntl\QosClass

Retrieve the QoS class.

Замечание: This function is only available on Apple platforms.

Список параметров

Сигнатура функции не содержит параметров.

Возвращаемые значения

Returns the Pcntl\QosClass.

Ошибки

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

Смотрите также

Добавить

Примечания пользователей

Пользователи ещё не добавляли примечания для страницы
To Top