Universeorange.com/Docs/

R3m/framework Function reference object

{object(Mixed Input, String Output=null, String $type=null)}

This function can transform array to object:
{object([...],'object')}

This function can transform object to array:
{object($object,'array')}

This function can transform json to object:
{object({...}, 'object')}

This function can transform json to array:
{object({...}, 'array')}

This function can transform mixed to json:
{object([...],'json')} pretty print json

This function can transform mixed to json-line:
{object([...],'json-line')} json 1 line

This function can transform mixed to json-data:
{object([...],'json-data')} '"' => '"' in the json

This function can transform mixed to json child:
{object([...],'json', 'child')} json without the outer {}.

Returns mixed.

Last modified: 2021-06-07

© 2021 universeorange.com