[ Index ]
 

Code source de PHP PEAR 1.4.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/Config/Container/ -> IniFile.php (sommaire)

(pas de description)

Poids: 165 lignes (7 kb)
Inclus ou requis:0 fois
Référencé: 4 fois
Nécessite: 0 fichiers

Définit 1 class

Config_Container_IniFile:: (3 méthodes):
  Config_Container_IniFile()
  parseDatasrc()
  toString()


Classe: Config_Container_IniFile  - X-Ref

Config parser for PHP .ini files
Faster because it uses parse_ini_file() but get rid of comments,
quotes, types and converts On, Off, True, False, Yes, No to 0 and 1.

Config_Container_IniFile($options = array()   X-Ref
Constructor

param: string  $options    (optional)Options to be used by renderer

parseDatasrc($datasrc, &$obj)   X-Ref
Parses the data of the given configuration file

param: string $datasrc    path to the configuration file
param: object $obj        reference to a config object
return: mixed    returns a PEAR_ERROR, if error occurs or true if ok

toString(&$obj)   X-Ref
Returns a formatted string of the object

param: object  $obj    Container object to be output as string
return: string



Généré le : Sun Feb 25 14:08:00 2007 par Balluche grâce à PHPXref 0.7