case JSON_ERROR_SYNTAX: $error = ' - Syntax error, malformed JSON'; break; case JSON_ERROR_NONE: $error = null; break; } if(empty($error)) {
確定! 回上一頁