|
filter_var_array
Gets multiple variables and optionally filters them
(PHP 5 >= 5.2.0, PECL filter:0.11.0)
This function is useful for retrieving many values without repetitively calling filter_var(). Parameters
Return Values
An array containing the values of the requested variables on success, or ExamplesExample 677. A filter_var_array() example<?php The above example will output: array(6) { Code Examples / Notes » filter_var_arrayveysel zer
Numeric keys are not allowed in the definition array
|