get_object_vars Gets the properties of the given object &reftitle.description; arrayget_object_vars objectobject Gets the accessible non-static properties of the given object according to scope. &reftitle.parameters; object An object instance. &reftitle.returnvalues; Returns an associative array of defined object accessible non-static properties for the specified object in scope. &reftitle.examples; Use of <function>get_object_vars</function> test(); ?> ]]> &example.outputs; int(1) ["c"]=> NULL } array(4) { ["a"]=> NULL ["b"]=> int(1) ["c"]=> NULL ["d"]=> NULL } ]]> Uninitialized properties are considered inaccessible, and thus will not be included in the array. &reftitle.seealso; get_class_methods get_class_vars