1. Home
  2. Php
  3. Print_r

Print value in a readable format. Useful when fetching large objects or arrays.

#php
print_r($someObject);
copy
Full Php cheatsheet