diff --git a/functions/var.xml b/functions/var.xml index 55456889c4..aab2e6f2b8 100644 --- a/functions/var.xml +++ b/functions/var.xml @@ -120,6 +120,41 @@ if (!isset($var)) { // evaluates false + + + get_class_vars + Returns an array of default properties of the class + + + Description + + array get_class_vars + string class_name + + + This function will return an array of default properties of the class. + + + + + + + get_object_vars + Returns an array of object properties. + + + Description + + array get_class_vars + object obj + + + This function returns an array of object properties for the specified object + obj. + + + + intval