![]() |
When opening webservice xml detect errors - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: When opening webservice xml detect errors (/showthread.php?tid=67215) |
When opening webservice xml detect errors - edica - 01-27-2017 Hello, Is it possible to detect errors or response time when opening XML? PHP Code: $z = new XMLReader; Thank you so much. RE: When opening webservice xml detect errors - ciadmin - 01-27-2017 XMLReader uses the libxml resource, from which you can get errors ... http://ca3.php.net/manual/en/function.libxml-get-errors.php |