mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
- The default for sort_flag is now SORT_STRING, just the same as previous
versions. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275726 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
db9ce8e8aa
commit
136c8c25ed
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- $Revision: 1.20 $ -->
|
||||
<refentry xml:id="function.array-unique" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>array_unique</refname>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<methodsynopsis>
|
||||
<type>array</type><methodname>array_unique</methodname>
|
||||
<methodparam><type>array</type><parameter>array</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sort_flags</parameter><initializer>SORT_REGULAR</initializer></methodparam>
|
||||
<methodparam choice="opt"><type>int</type><parameter>sort_flags</parameter><initializer>SORT_STRING</initializer></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Takes an input <parameter>array</parameter> and returns a new array
|
||||
|
|
Loading…
Reference in a new issue