PHP 8.3.4 Released!

radius_request_authenticator

(PECL radius >= 1.1.0)

radius_request_authenticatorリクエスト認証子を返す

説明

radius_request_authenticator(resource $radius_handle): string

パスワードや暗号化キーのような加工されたデータを復元する際には リクエスト認証子が必要となります。

パラメータ

radius_handle

The RADIUS resource.

戻り値

リクエスト認証子を文字列で返します。エラー時には false を返します。

参考

add a note

User Contributed Notes

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