API16

JRegistryFormatPHP/stringToObject

From Joomla! Documentation

< API16:JRegistryFormatPHP

The "API16" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Description[edit]

Placeholder method



Syntax[edit]

stringToObject($data, $namespace='')
Parameter Name Default Value Description
$data
$namespace

Returns[edit]

boolean True

Defined in[edit]

libraries/joomla/registry/format/php.php

Importing[edit]

jimport( 'joomla.registry.format.php' );

Source Body[edit]

function stringToObject($data, $namespace='')
{
        return true;
}



Examples[edit]

Code Examples[edit]