Skip to main content

rgempty()

function rgempty( $name, $array=null )

Determines if a value is empty.

Since: Unknown

Source: gravityforms.php:7144

Parameters

NameTypeDefaultDescription
$namestring | arrayThe property name or array to check.
$arrayarraynullOptional. An array to check through. Otherwise, checks for POST variables.

Returns

  • bool — True if empty. False otherwise.