Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://old.master.cmc.msu.ru/php/function.array-filter.html
Дата изменения: Sun Feb 3 22:34:07 2002 Дата индексирования: Tue Oct 2 06:52:38 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().