Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.hcs.cmc.msu.ru/php/function.array-filter.html
Дата изменения: Sun Feb 3 22:34:07 2002 Дата индексирования: Mon Oct 1 22:19:01 2012 Кодировка: |
array_filter() returns an array containing all the elements of input filtered according a callback function. If the input is an associative array the keys are preserved.
Note: Instead of a function name, an array containing an object reference and a method name can also be supplied.
See also array_map() and array_reduce().