|
radius_put_vendor_stringベンダー固有の文字列属性を設定する 説明
bool radius_put_vendor_string(
resource $radius_handle ,int $vendor ,int $type ,string $value ,int $options = 0,int $tag = ?) ベンダー固有の文字列属性を、現在の RADIUS リクエストにアタッチします。 一般に、文字列属性をアタッチするには radius_put_vendor_attr のほうがより便利です。 というのも、こちらのほうはバイナリセーフだからです。
パラメータ
変更履歴
戻り値
成功した場合に 参考
|