API16

JRegistryFormatPHP/stringToObject: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:




{{subst:Description:JRegistryFormatPHP/stringToObject}}
 


===Syntax===
===Syntax===
Line 41: Line 41:




{{subst: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