Update json.format.php

This commit is contained in:
Namhyeon Go 2019-10-13 00:27:19 +09:00 committed by GitHub
parent 29794f103c
commit 8fa2039379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
<?php
// json.format.php
// @date 2019-10-13
// @author Go Namhyeon <gnh1201@gmail.com>
if(!check_function_exists("json_decode_ex")) {
function json_decode_ex($data, $options=array()) {