PHP 8.4.0 RC4 available for testing

radius_strerror

(PECL radius >= 1.1.0)

radius_strerrorReturns an error message

说明

radius_strerror(resource $radius_handle): string

If Radius-functions fail then they record an error message. This error message can be retrieved with this function.

参数

radius_handle

The RADIUS resource.

返回值

Returns error messages as string from failed radius functions.

添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top