Hello All,
We use echo or print_r to get value of variables while debugging PHP code.
But, object of domXPath or DomDocument are not captured in echo or print_r.
How to get values from above objects while debugging PHP code?
Thanks in advance.
you can use print_r on an object
Maybe you could use the approach describe in the note in the manual: http://www.php.net/manual/en/class.domdocument.php#93900