php man page for radius_config

Query: radius_config

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RADIUS_CONFIG(3)							 1							  RADIUS_CONFIG(3)

radius_config - Causes the library to read the given configuration file

SYNOPSIS
bool radius_config (resource $radius_handle, string $file)
DESCRIPTION
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(3). radius_config(3) causes the library to read a configuration file whose format is described in radius.conf.
PARAMETERS
o $radius_handle - o $file - The pathname of the configuration file is passed as the file argument to radius_config(3). The library can also be configured programmatically by calls to radius_add_server(3).
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
radius_add_server(3). PHP Documentation Group RADIUS_CONFIG(3)
Related Man Pages
get_cfg_var(3) - php
fann_save(3) - php
radius_put_addr(3) - php
radius_put_vendor_string(3) - php
xmlwriter_write_element(3) - php
Similar Topics in the Unix Linux Community
Free Radius Configuration question