1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-29 10:42:12 +02:00
Files
archived-doc-de/reference/array/functions/natcasesort.xml
Mark Kronsbein c5867d8e23 Add Revision tags Pt. 2
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@84245 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-31 17:47:11 +00:00

64 lines
1.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.4 Maintainer: tom Status: ready -->
<refentry id="function.natcasesort">
<refnamediv>
<refname>natcasesort</refname>
<refpurpose>
Sortiert ein Array in "natürlicher Reihenfolge",
Groß/Kleinschreibung wird ignoriert
</refpurpose>
</refnamediv>
<refsect1>
<title>Beschreibung</title>
<methodsynopsis>
<type>void</type><methodname>natcasesort</methodname>
<methodparam><type>array</type><parameter>array</parameter></methodparam>
</methodsynopsis>
<para>
Diese Funktion implementiert einen Sortieralgorithmus, welcher
alphanumerische Zeichenketten reiht, wie es auch ein Mensch tun
würde. Das wird als "natürliche Reihenfolge" bezeichnet.
</para>
<para>
<function>natcasesort</function> arbeitet wie
<function>natsort</function>, nur dass es die
Groß/Kleinschreibung ignoriert. Ein Beispiel für den Unterschied
zwischen diesem und dem normalen Sortieralgorithmus für Strings
eines Computers finden Sie in <function>natsort</function>.
</para>
<para>
Detailliertere Informationen finden Sie auf Martin Pool's <ulink
url="&url.strnatcmp;">Natural Order String Comparison</ulink>
Seite.
</para>
<para>
Siehe auch <function>sort</function>,
<function>natsort</function>,
<function>strnatcmp</function> und
<function>strnatcasecmp</function>.
</para>
</refsect1>
</refentry>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->