|
PHP5中文手册
radius_config(PECL radius:1.1-1.2.5) radius_config — Causes the library to read the given configuration file 说明
bool radius_config
( resource $radius_handle
, string $file
)
Before issuing any Radius requests, the library must be made aware of the servers it can contact. The easiest way to configure the library is to call radius_config(). radius_config() causes the library to read a configuration file whose format is described in » radius.conf. 参数
返回值如果成功则返回 TRUE,失败则返回 FALSE。 |