I'm trying to figure out what some PHP code is doing. In particular, I need to see inside the structure of some of these PHP object variable. I'm doing
but it blocks program flow when it displays things to the page. And I see it display "Array()" on a white page. What does that mean? An empty array?HTML Code:print_r $someStuff;
How I can do a print_r to a log file?
Or is there a better way to examine what goes on in PHP code?






Bookmarks