Boolean Functions
boolean_value()¶
Need documentation
inbetween_num()¶
Need documentation
between_num()¶
Test if a value is within a range of integers. Note: If the $thru value is less than the $from value, it will add it to the $from value. For example, if the from is 100 and the thru is 99, the range will be 100-199.
between_num($value, int $from, int $thru)
see between_arrays()
is_blank_empty()¶
Need documentation
is_blank_empty_null()¶
Need documentation
is_object_or_array()¶
Need documentation
is_scope()¶
Need documentation
is_string_or_numeric()¶
Need documentation
is_string_url()¶
Need documentation