We use echo or print_r to get the value of variables when debugging PHP code.
But the domXPath or DomDocument object is not written to echo or print_r.
How to get values ββfrom the above objects when debugging PHP code?
This is mistake:
For some reason, classes DOM*do not reveal their properties, nor Reflection, nor any other function that can check objects. You will need to write your own inspector, which collects the properties manually.
DOM*
Source: https://habr.com/ru/post/1771254/More articles:Django - admin list_display replication - javascriptHibernate Exception applying ON / WITH clause to LEFT JOIN - javact_results () and ct_cmd_drop () error with Sybase :: CTlib - perlHow to perform batch updates? - phpPython md5 password value - pythonremoveAttr ("selected") showing error in IE6 - jqueryTargeting iPad with Google / DFP Ad Manager - ipadDeclaring and defining variables - cEditable Web Data Grid for ASP.NET - asp.netStarting and stopping operations in a thread-safe manner - multithreadingAll Articles