Prepare for your next php based interview with high confidence
What methods can be used to debug or print an array or object?
print_r() or var_dump()
Does PHP support associative arrays?
Yes it does.