JRegistryFormatPHP/stringToObject: Difference between revisions
From Joomla! Documentation
New page: ===Description===
Placeholder method
<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>Edit Descripton<nowiki>]</no... |
m clean up |
||
| Line 2: | Line 2: | ||
Placeholder method | Placeholder method | ||
{{Description:JRegistryFormatPHP/stringToObject}} | |||
{{subst:Description:JRegistryFormatPHP/stringToObject}} | |||
===Syntax=== | ===Syntax=== | ||
| Line 42: | Line 40: | ||
</source> | </source> | ||
{{subst:SeeAlso:JRegistryFormatPHP/stringToObject}} | |||
{{SeeAlso:JRegistryFormatPHP/stringToObject}} | |||
===Examples=== | ===Examples=== | ||
Revision as of 14:20, 24 March 2017
Description
Placeholder method
{{subst: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;
}
{{subst:SeeAlso:JRegistryFormatPHP/stringToObject}}
Examples
<CodeExamplesForm />