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 preparing for archive only |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
Placeholder method | Placeholder method | ||
===Syntax=== | ===Syntax=== | ||
| Line 42: | Line 40: | ||
</source> | </source> | ||
===Examples=== | ===Examples=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=stringToObject | category=stringToObject | ||
category=JRegistryFormatPHP | category=JRegistryFormatPHP | ||
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