[ Index ]

PHP Cross Reference of Joomla 1.5.26 DE

title

Body

[close]

/libraries/joomla/registry/format/ -> ini.php (summary)

(no description)

Copyright: Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
License: GNU/GPL, see LICENSE.php
Version: $Id: ini.php 14401 2010-01-26 14:10:00Z louis $
File Size: 281 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

JRegistryFormatINI:: (2 methods):
  objectToString()
  stringToObject()


Class: JRegistryFormatINI  - X-Ref

INI format handler for JRegistry

objectToString( &$object, $params )   X-Ref
Converts an object into an INI formatted string
-    Unfortunately, there is no way to have ini values nested further than two
levels deep.  Therefore we will only go through the first two levels of
the object.

param: object $object Data Source Object
param: array  $param  Parameters used by the formatter
return: string INI Formatted String

stringToObject( $data, $process_sections = false )   X-Ref
Parse an .ini string, based on phpDocumentor phpDocumentor_parse_ini_file function

param: mixed The INI string or array of lines
param: boolean add an associative index for each section [in brackets]
return: object Data Object



Generated: Wed Mar 28 15:54:07 2012 Cross-referenced by PHPXref 0.7.1