cvs: phpdoc-da /reference/array reference.xml

[email protected] ("Jesper Laursen") Sat, 25 Sep 2004 20:23:15 -0000
Newsgroups php.doc.da
Message-ID <cvslauer1096143795@cvsserver>
lauer		Sat Sep 25 16:23:15 2004 EDT

  Added files:                 
    /phpdoc-da/reference/array	reference.xml 
  Log:
  Initial translation
  

http://cvs.php.net/co.php/phpdoc-da/reference/array/reference.xml?r=1.1&p=1
Index: phpdoc-da/reference/array/reference.xml
+++ phpdoc-da/reference/array/reference.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.11 Maintainer: lauer Status: ready -->
 <reference id="ref.array">
  <title>Array-funktioner</title>
  <titleabbrev>Arrays</titleabbrev>

  <partintro>
   <section id="array.intro">
    &reftitle.intro;
    <para>
     Disse funktioner giver dig mulighed for at tilgå og ændre
	 arrays på forskellige måder. Arrays er praktiske til at gemme,
	 og arbejde med grupper af variabler.
    </para>
    <para>
	 Simple og multi-dimensionelle arrays er supportet og kan blive både
	 bruger oprettet og oprettet af en anden funktion.
	 Der er specifikke databasebehandlingsfunktioner til at fremstille 
	 arrays udfra et databasekald og andre funktioner som returner arrays.
    </para>
    <para>
	 Se <link linkend="language.types.array">Array</link>-afsnittet for en 
	 detailjeret beskrivelse af hvordan arrays bygget ind og brugt i PHP.
	 Se også <link linkend="language.operators.array">Array operators</link>
	 for andre måder at ændre arrays på.
    </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>

   &reference.array.constants;

   <section id="array.seealso">
    &reftitle.seealso;
    <para>
     Se også <function>is_array</function>, <function>explode</function>,
     <function>implode</function>, <function>split</function>,
     <function>preg_split</function>, og <function>unset</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
-->