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