sing1ejack Posted March 2, 2007 Share Posted March 2, 2007 hi, I'm sorry to ask a simple syntax question, but this is a difficult google query. There is a pretty standard function that prints a given data structure so you can see what's in it. It's something like: dump($hash); or showall($obj); and it prints things out in a nice tree structure. I'm not nuts am I? I swear I used this pretty recently. Quote Link to comment https://forums.phpfreaks.com/topic/40796-solved-display-all-data-in-complex-var/ Share on other sites More sharing options...
genericnumber1 Posted March 2, 2007 Share Posted March 2, 2007 did you want to see the tree of an array? if so use print_r() or var_dump().... if not elaborate on what you want to dump Quote Link to comment https://forums.phpfreaks.com/topic/40796-solved-display-all-data-in-complex-var/#findComment-197521 Share on other sites More sharing options...
sing1ejack Posted March 2, 2007 Author Share Posted March 2, 2007 yeah, thanks. It was print_r() I was trying to remember. next time I'll remember to bring my book home. thx Quote Link to comment https://forums.phpfreaks.com/topic/40796-solved-display-all-data-in-complex-var/#findComment-197526 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.