我正在使用 xml 文件进行文件上传。我有使用simplexml_load_file("files/sample.xml");
如果给定 xml 文件错误意味着,它会显示这样的警告,
Warning (2): simplexml_load_file() [http://php.net/function.simplexml-load-file]: files/sample.xml:8: parser error : Opening and ending tag mismatch:
Warning (2): simplexml_load_file() [http://php.net/function.simplexml-load-file]:
我使用 try catch 收到警告。我正在使用 cakePHP