API16

API16:JRegistryFormatPHP/stringToObject

From Joomla! Documentation

Revision as of 22:54, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Placeholder method <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</no...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Placeholder method

[Edit Descripton]

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

[Edit See Also] Template:SeeAlso:JRegistryFormatPHP/stringToObject

Examples

<CodeExamplesForm />