1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-25 07:42:18 +01:00
Files
archived-doc-de/reference/array/reference.xml
Simone Cortesi e9c131d04d WS fix: DE
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@78306 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-16 00:15:04 +00:00

97 lines
2.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<reference id="ref.array">
<title>Array Funktionen</title>
<titleabbrev>Arrays</titleabbrev>
<partintro>
<para id="array.intro">
Diese Funktionen erlauben es, Arrays auf verschiedene Arten zu
manipulieren bzw. mit ihnen zu interagieren. Arrays sind wichtig,
um Gruppen von Variablen zu verwalten, zu bearbeiten, oder zu
speichern.
</para>
<para>
Es werden einfache und mehrdimensionale Arrays unterstützt, welche
entweder vom Benutzer oder von einer anderen Funktion erstellt
werden können. Es gibt bestimmte Datenbankfunktionen, welche die
Ergebnisse aus Datenbankabfragen in Arrays speichern, und
verschiedene andere Funktionen, die Arrays als Rückgabewerte
haben.
</para>
<para>
Im Abschnitt <link linkend="language.types.array">Arrays</link>
finden Sie eine detaillierte Erklärung, wie Arrays in PHP
implementiert sind und wie sie benutzt werden.
</para>
<section id="array.requirements">
<title>Voraussetzungen</title>
<para>
Diese Funktionen sind als Teil des Standardmoduls verfügbar, welches
immer zur Verfügung steht.
</para>
</section>
<section id="array.installation">
<title>Installation</title>
<para>
Für diese Funktionen ist keine Installation nötig, da sie Teil des
PHP Kerns sind.
</para>
</section>
<section id="array.configuration">
<title>Laufzeit-Konfiguration</title>
&no.config;
</section>
<section id="array.resources">
<title>Ressourcentypen</title>
&no.resource;
</section>
<section id="array.constants">
<title>Vordefinierte Konstanten</title>
<para>
<constant>CASE_UPPER</constant> und <constant>CASE_LOWER</constant>
werden mit der Funktion <function>array_change_key_case</function>
verwendet. Sie werden auch für die Konvertierung einer Zeichenkette
in Groß- oder Kleinbuchstaben verwendet.
</para>
</section>
<section id="array.seealso">
<title>Siehe auch</title>
<para>
Siehe auch <function>is_array</function>, <function>explode</function>,
<function>implode</function>, <function>split</function>
und <function>join</function>.
</para>
</section>
</partintro>
&reference.array.functions;
</reference>
<!-- 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
-->