radius_request_authenticator
PHP Manual
PHP Manual»Radius 函数»radius_request_authenticator

radius_request_authenticator

(PECL radius >= 1.1.0)

radius_request_authenticatorReturns the request authenticator

说明

function radius_request_authenticator(resource $radius_handle): string

The request authenticator is needed for demangling mangled data like passwords and encryption-keys.

参数

radius_handle
The RADIUS resource.

返回值

Returns the request authenticator as string, or false on error.

参见

To Top