mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Return bool (bug #30996)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174127 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c25f0a8fa7
commit
4cc743081b
2 changed files with 10 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.8 $ -->
|
||||
<!-- $Revision: 1.9 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
|
||||
<refentry id="function.natcasesort">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>natcasesort</methodname>
|
||||
<type>bool</type><methodname>natcasesort</methodname>
|
||||
<methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -19,6 +19,9 @@
|
|||
alphanumeric strings in the way a human being would while maintaining
|
||||
key/value associations. This is described as a "natural ordering".
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<function>natcasesort</function> is a case insensitive version of
|
||||
<function>natsort</function>.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- splitted from ./en/functions/array.xml, last change in rev 1.25 -->
|
||||
<refentry id="function.natsort">
|
||||
<refnamediv>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>natsort</methodname>
|
||||
<type>bool</type><methodname>natsort</methodname>
|
||||
<methodparam><type>array</type><parameter role="reference">array</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
@ -22,6 +22,9 @@
|
|||
string sorting algorithms (used in <function>sort</function>) can be seen
|
||||
below:
|
||||
</para>
|
||||
<para>
|
||||
&return.success;
|
||||
</para>
|
||||
<para>
|
||||
<example>
|
||||
<title><function>natsort</function> example</title>
|
||||
|
|
Loading…
Reference in a new issue