March 2002
Intermediate to advanced
528 pages
21h 29m
English
print_r
bool print_r(mixed value)
Outputs value in a human-readable manner.
If value is a string, integer, or double,
the value itself is output; if it is an array, the keys and elements
are shown; and if it is an object, the keys and values for the object
are displayed. This function returns true.