예제 #1
0
파일: mod_json.php 프로젝트: poef/ariadne
 public static function _indent($str, $newLine = "\n", $indentStr = "\t")
 {
     return JSON::indent($str, $newLine, $indentStr);
 }