February 2013
Intermediate to advanced
538 pages
20h 55m
English
var_dump
void var_dump(mixedname[, mixedname2[, ... mixednameN]])
Outputs information about name,
name2, and so on. Information output
includes the variable’s type, value, and, if an object, all public,
private, and protected properties of the object. Arrays’ and objects’
contents are output in a recursive fashion.
Read now
Unlock full access