PHP 8.3.4 Released!

radius_server_secret

(PECL radius >= 1.1.0)

radius_server_secret共有秘密鍵を返す

説明

radius_server_secret(resource $radius_handle): string

パスワードや暗号化キーのような加工されたデータを復元する際の SALT として、共有秘密鍵が必要となります。

パラメータ

radius_handle

The RADIUS resource.

戻り値

サーバーの共有秘密鍵を文字列で返します。エラー時には false を返します。

add a note

User Contributed Notes

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