mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
0943b25050
commit
74a0775361
1 changed files with 21 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue