get_class_vars
Returns an array of default properties of the class
Description
arrayget_class_vars
stringclass_name
This function will return an associative array of default
properties of the class. The resulting array elements are in the
form of varname => value.
Prior to PHP 4.2.0, Uninitialized class variables will not be reported
by get_class_vars.
get_class_vars example
$value) {
echo "$name : $value\n";
}
?>
]]>
Will produce:
See also get_class_methods,
get_object_vars