Printing the structure of an array without its contents?
Posted
by Legend
on Stack Overflow
See other posts from Stack Overflow
or by Legend
Published on 2010-04-16T04:43:17Z
Indexed on
2010/04/16
4:53 UTC
Read the original article
Hit count: 254
I was wondering if there is a way to print just the structure of the array without the contents. I generally use print_r to examine the structure but because my array contains some binary data, I'd rather not use this. Any suggestions?
© Stack Overflow or respective owner