print_r
Print value in a readable format. Useful when fetching large objects or arrays.
print_r($someObject);
copy
Print value in a readable format. Useful when fetching large objects or arrays.
print_r($someObject);
copy