API16

API16:JRegistryFormatPHP/stringToObject

From Joomla! Documentation

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