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. 范例
| ||