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 ? Quote 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"..? Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.