Less than 1 minute
object_to_array
Recursively convert an object into an array.
public object_to_array({Array})
This is basically a recursive version of PHP's get_object_vars().
Parameters
Parameter | Type | Description |
---|---|---|
$object | object | the object to convert |
Generated by Hazaar API Doc Generator