aidan Sun Aug 22 08:25:35 2004 EDT
Modified files:
/phpdoc/en/appendices migration5.xml
Log:
Added three new functions
http://cvs.php.net/diff.php/phpdoc/en/appendices/migration5.xml?r1=1.33&r2=1.34&ty=u
Index: phpdoc/en/appendices/migration5.xml
diff -u phpdoc/en/appendices/migration5.xml:1.33
phpdoc/en/appendices/migration5.xml:1.34
--- phpdoc/en/appendices/migration5.xml:1.33 Sat Aug 14 01:54:58 2004
+++ phpdoc/en/appendices/migration5.xml Sun Aug 22 08:25:35 2004
@@ -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>
@@ -316,6 +316,26 @@
<simpara>
<function>array_walk_recursive</function> - Apply a user function
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>