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.

参考

add a note

User Contributed Notes

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