missing
function
The missing
action logic fn to test for missing variable. It belongs to the logicfn category within the system area.
Action Syntax
missing $variable
A variable name starting with $
Return Value
This function returns a
BOOLEAN
value that can be stored in a variable:
$result = missing
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$boolean = missing $varname
Action code: 2834199946
Version: 0.6.4-6
Last updated: 2025-06-13