JRegistry::loadINI/1.5
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].
Description:JRegistry::loadINI [Edit Descripton]
public function loadINI ( $data $namespace=null )
| 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] |
See also
-
JRegistry::loadINI on api.joomla.org
-
JRegistry source code on JoomlaCode
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::loadINI
SeeAlso:JRegistry::loadINI [Edit See Also]
User contributed notes
<CodeExamplesForm />