Printing the structure of an array without its contents?
- by Legend
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?