Skip to main content

get_empty

Function get_empty 

Source
pub fn get_empty() -> TUnion
Expand description

The empty type: every value for which PHP’s empty() returns true, i.e. null|0|0.0|'0'|''|false|array{}.