API17:JRegistry::loadString
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JRegistry::loadString
Description
Load a string into the registry.
Description:JRegistry::loadString [Edit Descripton]
public function loadString ( $data $format= 'JSON' $options=array )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $data | string | string to load into the registry | |
| $format | string | 'JSON' | format of the string |
| $options | mixed | array() | Options used by the formatter |
See also
-
JRegistry::loadString source code on BitBucket
-
Class JRegistry
-
Subpackage Registry
- Other versions of JRegistry::loadString
SeeAlso:JRegistry::loadString [Edit See Also]
User contributed notes
<CodeExamplesForm />
