Function __global->get_object_vars
Definitions
sources_custom/phpstub.php
- Gets the properties of the given object.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$object | object | required parameter | N/A | N/A | An object instance |
Return
- An associative array of defined object accessible non-static properties for the specified object in scope (false: error)
- Type: ~array
- Set: N/A
- Range: N/A