]> granicus.if.org Git - php/commitdiff
proto fix
authorAndrey Hristov <andrey@php.net>
Mon, 26 Jul 2004 06:32:54 +0000 (06:32 +0000)
committerAndrey Hristov <andrey@php.net>
Mon, 26 Jul 2004 06:32:54 +0000 (06:32 +0000)
(thanks to dave%php.net for spotting)

ext/standard/array.c

index 33e7652703d035ae288825d3a0c791a831d668e1..84625ca71c686f61da29fbf7daa07828ee0237ee 100644 (file)
@@ -3044,7 +3044,7 @@ out:
        efree(args);
 }
 
-/* {{{ proto array array_intersect_key(array arr1, array arr2 [, array ...], callback data_compare_func)
+/* {{{ proto array array_intersect_key(array arr1, array arr2 [, array ...])
    Returns the entries of arr1 that have keys which are present in all the other arguments. Kind of equivalent to array_diff(array_keys($arr1), array_keys($arr2)[,array_keys(...)]). Equivalent of array_intersect_assoc() but does not do compare of the data. */
 PHP_FUNCTION(array_intersect_key)
 {