mirror of
https://github.com/php/doc-de.git
synced 2026-03-25 15:52:10 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@84242 c90b9560-bf6c-de11-be94-00142212c4b1
96 lines
2.6 KiB
XML
96 lines
2.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<!-- EN-Revision: 1.5 Maintainer: tom Status: ready -->
|
|
<reference id="ref.array">
|
|
<title>Array Funktionen</title>
|
|
<titleabbrev>Arrays</titleabbrev>
|
|
|
|
<partintro>
|
|
<section id="array.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
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>
|
|
|
|
<section id="array.requirements">
|
|
&reftitle.required;
|
|
&no.requirement;
|
|
</section>
|
|
|
|
<section id="array.installation">
|
|
&reftitle.install;
|
|
&no.install;
|
|
</section>
|
|
|
|
<section id="array.configuration">
|
|
&reftitle.runtime;
|
|
&no.config;
|
|
</section>
|
|
|
|
<section id="array.resources">
|
|
&reftitle.resources;
|
|
&no.resource;
|
|
</section>
|
|
|
|
<section id="array.constants">
|
|
&reftitle.constants;
|
|
<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">
|
|
&reftitle.seealso;
|
|
<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
|
|
-->
|
|
|