Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Php

Idiom #243 Print list

Print the contents of the list or array a on the standard output.

print_r($a)

print_r() — Prints human-readable information about a variable
(print a)

New implementation...