Which individual element do you want to print? 🙂
Thing to keep in mind is that functions like print_r() and var_dump() are principally for debugging.
If what you're wanting to do is print the elements of an array (which is not really the same thing), then you may be wanting something like a [man]foreach[/man] loop. Depends on what you actually want.