PHP 8.3.4 Released!

radius_demangle

(PECL radius >= 1.2.0)

radius_demangleデータを復元する

説明

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

セキュリティ上の理由により、(パスワード、MS-CHAPv1 MPPE キーなど) いくつかのデータは変形されます。それを使用する際には事前に復元する 必要があります。

パラメータ

radius_handle

The RADIUS resource.

mangled

復元対象のデータ

戻り値

復元した文字列、あるいはエラー時には false を返します。

add a note

User Contributed Notes

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