radius_config
(PECL radius:1.1-1.2.5)
radius_config — Causes the library to read the given configuration file
Description
bool radius_config
( resource $radius_handle
, string $file
)
Parameters
-
radius_handle
-
-
file
-
The pathname of the configuration file is passed as the file argument
to radius_config(). The library can also be
configured programmatically by calls to
radius_add_server().
Return Values
Returns TRUE on success or FALSE on failure.