PHP Function List
array_fulter doesn't exist. Closest matches:
- array_filter
- array_multisort
- array_flip
- array_fill
- array_uintersect
- array_shift
- array_slice
- array_merge
- array_intersect
- array_diff_ukey
- array_fill_keys
- array_search
- array_unique
- array_values
- array_splice
- array_sum
- arrayiterator
- array_unshift
- array_reverse
- array_diff
Site Search Results
-
Iterates over each value in the input array passing them to the callback function. If the callback function returns true, the current value from input is returned into the ...
-
'myInputArr' => array('filter' => FILTER_SANITIZE_STRING, 'flags' => array('FILTER_FLAG_STRIP_LOW', 'FILTER_REQUIRE_ARRAY'))
-
array_ filter; array_ flip; array_ intersect_ assoc; array_ intersect_ key; array_ intersect_ uassoc; array_ intersect_ ukey; array_ intersect; array_ key_ exists; array_ keys
-
array_ filter; array_ flip; array_ intersect_ assoc; array_ intersect_ key; array_ intersect_ uassoc; array_ intersect_ ukey; array_ intersect; array_ key_ exists; array_ keys
-
Variable and Type Related Extensions; Filter; Filter Functions; filter_ has_ var; filter_ id; filter_ input_ array; filter_ input; filter_ list; filter_ var_ array; filter_ var
-
just a quick one: get all dirs, without files: <?php $dirs = array_filter (glob ($path. '*'), 'is_dir'); ?>
-
'testscalar' => array( 'filter' => FILTER_VALIDATE_INT, 'flags' => FILTER_REQUIRE_SCALAR,
-
$result = array_keys (array_filter (array_count_values ($array), $checkKeysUniqueComparison)); ?> These two lines therefore will create $result, an array of duplicated values in the ...
-
array_ filter; array_ flip; array_ intersect_ assoc; array_ intersect_ key; array_ intersect_ uassoc; array_ intersect_ ukey; array_ intersect; array_ key_ exists; array_ keys
-
array_ filter; array_ flip; array_ intersect_ assoc; array_ intersect_ key; array_ intersect_ uassoc; array_ intersect_ ukey; array_ intersect; array_ key_ exists; array_ keys

Other forms of search
To search the string "array_fulter" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
