Added three new functions

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@167001 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Aidan Lister 2004-08-22 12:25:35 +00:00
parent 0943b25050
commit 74a0775361

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.33 $ -->
<!-- $Revision: 1.34 $ -->
<appendix id="migration5">
<title>Migrating from PHP 4 to PHP 5</title>
@ -318,6 +318,26 @@ Action application/x-httpd-php "/php/php-cgi.exe"
recursively to every member of an array
</simpara>
</listitem>
<listitem>
<simpara>
<function>array_uintersect_assoc</function> - Computes the intersection of
arrays with additional index check. The data is compared by using a
callback function
</simpara>
</listitem>
<listitem>
<simpara>
<function>array_uintersect_uassoc</function> - Computes the intersection of
arrays with additional index check. Both the data and the indexes are
compared by using a callback functions
</simpara>
</listitem>
<listitem>
<simpara>
<function>array_uintersect</function> - Computes the intersection of arrays.
The data is compared by using a callback function
</simpara>
</listitem>
</itemizedlist>
<para>InterBase:</para>