radius_demangle

(PECL radius >= 1.2.0)

radius_demangleDemangles data

Descrição

radius_demangle(resource $radius_handle, string $mangled): string

Some data (Passwords, MS-CHAPv1 MPPE-Keys) is mangled for security reasons, and must be demangled before you can use them.

Parâmetros

radius_handle

O resource RADIUS.

mangled

The mangled data to demangle

Valor Retornado

Returns the demangled string, or false on error.

add a note add a note

User Contributed Notes

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