API17

API17:JRegistry::loadINI

From Joomla! Documentation

Joomla 11.1 JRegistry::loadINI

Description

Load an INI string into the registry into the given namespace [or default if a namespace is not given].


public function loadINI (
        $data
        $namespace=null
        $options=array
)
Parameter Type Default Description
$data string INI formatted string to load into the registry
$namespace string null Namespace to load the INI string into [optional]
$options mixed array() An array of options for the formatter, or boolean to process sections.
  • Returns boolean True on success
  • Defined on line 420 of libraries/joomla/registry/registry.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples