rgempty()
function rgempty( $name, $array=null )
Determines if a value is empty.
Since: Unknown
Source: gravityforms.php:7144
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name | string | array | The property name or array to check. | |
$array | array | null | Optional. An array to check through. Otherwise, checks for POST variables. |
Returns
bool— True if empty. False otherwise.