get_class_vars
Description
array get_class_vars ( string class_name )Get the default properties of the given class.
Return Values
Returns an associative array of default public properties of the class. The resulting array elements are in the form of varname => value.
Examples
