Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
PHP: radius_config - Manual
[go: Go Back, main page]

PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

radius_create_request" width="11" height="7"/> <radius_close
Last updated: Fri, 10 Oct 2008

view this page in

radius_config

(PECL radius:1.1-1.2.5)

radius_config指定した設定ファイルをライブラリに読み込ませる

説明

bool radius_config ( resource $radius_handle , string $file )

Radius リクエストを発行する前には、ライブラリが接続可能なサーバを 知っている必要があります。ライブラリを設定するいちばん簡単な方法は radius_config() をコールすることです。 radius_config() は、ライブラリに » radius.conf 形式のファイルを読み込ませます。

パラメータ

radius_handle

file

設定ファイルへのパスを、引数として radius_config() に渡します。 radius_add_server() をコールすることで、 プログラム上でライブラリの設定をすることも可能です。

返り値

成功した場合に TRUE を、失敗した場合に FALSE を返します。



add a note add a note User Contributed Notes
radius_config
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites