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 preparing for archive only
 
(One intermediate revision by the same user not shown)
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}}
 
 


===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>
 
</span>
{{SeeAlso:JRegistryFormatPHP/stringToObject}}


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=stringToObject
  category=stringToObject
  category=JRegistryFormatPHP
  category=JRegistryFormatPHP
  category=CodeExample
  namespace=CodeExample
  category=MethodExample
  category=MethodExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 02:00, 25 March 2017

Description

Placeholder method



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;
}



Examples

Code Examples