PHP 8.3.4 Released!

radius_demangle

(PECL radius >= 1.2.0)

radius_demangleDemangles data

Beschreibung

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.

Parameter-Liste

radius_handle

Die RADIUS-Ressource.

mangled

The mangled data to demangle

Rückgabewerte

Returns the demangled string, or false on error.

add a note

User Contributed Notes

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