pcntl_getqos_class

(PHP 8 >= 8.4.0)

pcntl_getqos_class現在のスレッドの QoS クラスを取得する

説明

pcntl_getqos_class(): Pcntl\QosClass

QoS クラスを取得します。

注意: この関数は、Apple のプラットフォームでのみ利用可能です。

パラメータ

この関数にはパラメータはありません。

戻り値

Pcntl\QosClass を返します。

エラー / 例外

内部の pthread_get_qos_class_np() の呼び出しが失敗した場合、 Error をスローします。

参考

add a note

User Contributed Notes

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