cvs: phpdoc-da /reference/strings/functions implode.xml

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1089140192@cvsserver>
tomsommer		Tue Jul  6 14:56:32 2004 EDT

  Added files:                 
    /phpdoc-da/reference/strings/functions	implode.xml 
  Log:
  Initial translation
  
  

http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/implode.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/implode.xml
+++ phpdoc-da/reference/strings/functions/implode.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.10 Maintainer: tomsommer Status: ready -->
  <refentry id="function.implode">
   <refnamediv>
    <refname>implode</refname>
    <refpurpose>Sammensæt array elementer med en streng</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Beskrivelse</title>
     <methodsynopsis>
      <type>string</type><methodname>implode</methodname>
      <methodparam><type>string</type><parameter>glue</parameter></methodparam>
      <methodparam><type>array</type><parameter>pieces</parameter></methodparam>
     </methodsynopsis>
    <para>
     Returnere en streng der indeholder en strengrepræsentation af alle
     array elementer, i samme rækkefølge, med et bindeled mellem
     hvert element.
     <example>
      <title><function>implode</function> eksempel</title>
      <programlisting role="php">
<![CDATA[
<?php

$array = array('efternavn', 'email', 'telefon');
$comma_separeret = implode(",", $array);

echo $comma_separeret; // efternavn,email,telefon

?>
]]>
      </programlisting>
     </example>
    </para>
    <note>
     <para>
      <function>implode</function> kan, af historiske årsager, acceptere
      dens parametre i vilkårlig rækkefølge. For kontinuitet med
      <function>explode</function>, er det muligvis mindre forvirrende
      at bruge den dokumenterede argumentrækkefølge.
     </para>
    </note>
    <note>
     <para>
      Fra og med PHP 4.3.0, er glue parameteren i <function>implode</function>
      valgfri og er som standard sat til en tom streng(''). Dette er ikke den
      anbefalede brug af <function>implode</function>. Vi anbefaler altid at
      bruge to parametre for at opnå kompatibilitet med ældre versioner.
     </para>
    </note>
    <simpara>
     Se også <function>explode</function>, og <function>split</function>.
    </simpara>
   </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
-->
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.