コード例 #1
0
ファイル: collect.php プロジェクト: ruttyj/JAC_PHP
function SHOW_PRETTY($result)
{
    $pretty = SERVER::json_pretty($result);
    //convert structure or json
    SERVER::dump($pretty, 'JSON');
    //dump string to the screen
}