json_encode ( $obj )

Can be removed once all calls are updated.

Access

public

Parameters

Parameter

Type

Required

Description

$obj

mixed

Required

The PHP object to convert into a JSON string.

Returns

Type

Description

string

A JSON string.

Source

Method defined in utilities/utilities.class.php | Toggle source view (4 lines) | View on GitHub

public function json_encode($obj)
{
    return json_encode($obj);
}

Copyright © 2010–2013 Amazon Web Services, LLC


Feedback