API16:JRegistryFormatPHP/stringToObject
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.
Contents |
Description
Placeholder method
Description:JRegistryFormatPHP/stringToObject
Syntax
stringToObject($data, $namespace='')
| Parameter Name | Default Value | Description |
|---|---|---|
| $data | ||
| $namespace |
Returns
boolean True
Defined in
libraries/joomla/registry/format/php.php
Importing
jimport( 'joomla.registry.format.php' );
Source Body
function stringToObject($data, $namespace='') { return true; }
[Edit See Also] SeeAlso:JRegistryFormatPHP/stringToObject
Examples
<CodeExamplesForm />
