Get Keys
| Parameter | Purpose | Example |
|---|---|---|
| $object | The variable that the object you’d like to target is stored | $object |
| as | The variable that you want to store the result | keys |
Example
Example

Get Values
| Parameter | Purpose | Example |
|---|---|---|
| $object | The variable that the object you’d like to target is stored | $object |
| as | The variable that you want to store the result | values |
Example
Example

Get Entries
| Parameter | Purpose | Example |
|---|---|---|
| $object | The variable that the object you’d like to target is stored | $object |
| as | The variable that you want to store the result | entries |
Example
Example
