vrana Mon Dec 6 06:22:18 2004 EDT
Modified files:
/phpdoc/en/reference/array/functions natcasesort.xml natsort.xml
Log:
Return bool (bug #30996)
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natcasesort.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/array/functions/natcasesort.xml
diff -u phpdoc/en/reference/array/functions/natcasesort.xml:1.8
phpdoc/en/reference/array/functions/natcasesort.xml:1.9
--- phpdoc/en/reference/array/functions/natcasesort.xml:1.8 Wed Nov 10
03:30:21 2004
+++ phpdoc/en/reference/array/functions/natcasesort.xml Mon Dec 6 06:22:17 2004
@@ -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>
@@ -20,6 +20,9 @@
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>.
</para>
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/natsort.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/array/functions/natsort.xml
diff -u phpdoc/en/reference/array/functions/natsort.xml:1.12
phpdoc/en/reference/array/functions/natsort.xml:1.13
--- phpdoc/en/reference/array/functions/natsort.xml:1.12 Wed Nov 10
03:30:21 2004
+++ phpdoc/en/reference/array/functions/natsort.xml Mon Dec 6 06:22:17 2004
@@ -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>
@@ -23,6 +23,9 @@
below:
</para>
<para>
+ &return.success;
+ </para>
+ <para>
<example>
<title><function>natsort</function> example</title>
<programlisting role="php">