예제 #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
}