parent root
PHP: radius_demangle - Manual

radius_demangle

(PECL radius >= 1.2.0)

radius_demangleDemangles data

Description

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.

Return Values

Returns the demangled string, or FALSE on error.

add a noteadd a note

User Contributed Notes

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