Dutch PHP Conference 2025 - Call For Papers

radius_server_secret

(PECL radius >= 1.1.0)

radius_server_secretReturns the shared secret

Опис

radius_server_secret(resource $radius_handle): string

The shared secret is needed as salt for demangling mangled data like passwords and encryption-keys.

Параметри

radius_handle

RADIUS-ресурс.

Значення, що повертаються

Returns the server's shared secret as string, or false on error.

add a note

User Contributed Notes

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