colap Posted July 5, 2011 Share Posted July 5, 2011 var_dump($obj); object(php4DOMDocument)#289 (2) { ["myDOMNode"]=> object(DOMDocument)#295 (0) { } ["myOwnerDocument"]=> *RECURSION* } Search Again How can i get the value inside of this Dom object ? Link to comment https://forums.phpfreaks.com/topic/241113-how-can-i-get-value-from-object/ Share on other sites More sharing options...
Adam Posted July 5, 2011 Share Posted July 5, 2011 Please explain what you mean by "value"..? Link to comment https://forums.phpfreaks.com/topic/241113-how-can-i-get-value-from-object/#findComment-1238452 Share on other sites More sharing options...
TeNDoLLA Posted July 5, 2011 Share Posted July 5, 2011 How have you created that object you are dumping there? Link to comment https://forums.phpfreaks.com/topic/241113-how-can-i-get-value-from-object/#findComment-1238454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.