between_arrays()¶
Test if a value is within a range of integers or array of key value pairs. Note: This may be use the same parameters as between_num().
parameters
examples
array_inrang(100, 1, 300);
between_arrays(100, [
[10, 99],
[100, 199],
[1000,1999]
]);
The value 100 would be found in the second array [100,199].
see between_num()
between_arrays()¶
Need documentation
array_find_key()¶
Need documentation
array_find_object()¶
Need documentation
array_first_key()¶
Need documentation
array_first_value()¶
Need documentation
array_firstname()¶
Need documentation
array_from_table()¶
Need documentation
array_key()¶
Need documentation
array_index()¶
Need documentation
array_key_call()¶
Need documentation
array_key_call_once()¶
Need documentation
array_matches()¶
Need documentation
array_option()¶
Need documentation
array_option_call()¶
Need documentation
array_option_call_once()¶
Need documentation
array_switches()¶
Need documentation
array_to_csv()¶
Need documentation
array_to_object()¶
Need documentation
array_to_std()¶
Need documentation
Object¶
object_key()¶
Need documentation
object_key_in()¶
Need documentation
object_option_recursive()¶
Need documentation
object_index()¶
Need documentation
object_update_legacy()¶
Need documentation
str_var_namespace()¶
Need documentation
object_option()¶
Need documentation
object_options()¶
Need documentation