API16

JRegistryFormatPHP/stringToObject: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
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


<span class="editsection" style="font-size:76%;">
<nowiki>[</nowiki>[[Description:JRegistryFormatPHP/stringToObject|Edit Descripton]]<nowiki>]</nowiki>
</span>


{{Description:JRegistryFormatPHP/stringToObject}}
 
{{subst:Description:JRegistryFormatPHP/stringToObject}}


===Syntax===
===Syntax===
Line 42: Line 40:
</source>
</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JRegistryFormatPHP/stringToObject|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JRegistryFormatPHP/stringToObject}}
</span>
{{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 />