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: