コード例 #1
0
ファイル: mod_json.php プロジェクト: poef/ariadne
 public static function _indent($str, $newLine = "\n", $indentStr = "\t")
 {
     return JSON::indent($str, $newLine, $indentStr);
 }