rgars()
function rgars( $array, $name, $default=null )
Gets a specific property within a multidimensional array.
Since: Unknown
Source: gravityforms.php:7116
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$array | array | The array to search in. | |
$name | string | The name of the property to find. | |
$default | string | null | Optional. Value that should be returned if the property is not set or empty. Defaults to null. |
Returns
null|string|mixed— The value