From 74a0775361911f24186970207f3dda3a12c2faae Mon Sep 17 00:00:00 2001 From: Aidan Lister Date: Sun, 22 Aug 2004 12:25:35 +0000 Subject: [PATCH] Added three new functions git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167001 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 519f234138..e05a04f326 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -318,6 +318,26 @@ Action application/x-httpd-php "/php/php-cgi.exe" recursively to every member of an array + + + array_uintersect_assoc - Computes the intersection of + arrays with additional index check. The data is compared by using a + callback function + + + + + array_uintersect_uassoc - Computes the intersection of + arrays with additional index check. Both the data and the indexes are + compared by using a callback functions + + + + + array_uintersect - Computes the intersection of arrays. + The data is compared by using a callback function + + InterBase: