Numeric keys are not allowed in the definition array
![]() |
|
||||||||||
|
filter_var_array(no version information, might be only in CVS) filter_var_array -- Gets multiple variables and optionally filters themОписаниеmixed filter_var_array ( array data [, mixed definition] )This function is useful for retrieving many values without repetitively calling filter_var(). Список параметров
Возвращаемые значенияAn array containing the values of the requested variables on success, or FALSE on failure. An array value will be FALSE if the filter fails, or NULL if the variable is not set. Примеры
filter_var_array |