]> granicus.if.org Git - php/commit
New function added - array_intersect_assoc() similar to array_intersect()
authorAndrey Hristov <andrey@php.net>
Sat, 21 Sep 2002 14:50:04 +0000 (14:50 +0000)
committerAndrey Hristov <andrey@php.net>
Sat, 21 Sep 2002 14:50:04 +0000 (14:50 +0000)
commita920f00479868db5d3e4821b5f83b4edd97434bd
treef320bd921a8beb4c619694e3b82b8f4373e07505
parent21e9bc0fb313485c722a10ade72968ea7a1ab261
New function added - array_intersect_assoc() similar to array_intersect()
but the keys are also used in the comparison. So the result is a subset of
the result of array_intersect().
Test will be committed too.
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/php_array.h