API17:JRegistry::loadINI
From Joomla! Documentation
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. |
See also
JRegistry::loadINI source code on BitBucket
Class JRegistry
Subpackage Registry- Other versions of JRegistry::loadINI
User contributed notes
Code Examples