cvs: phpdoc-da /reference/strings/functions str-repeat.xml

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1089419903@cvsserver>
tomsommer		Fri Jul  9 20:38:23 2004 EDT

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

http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/str-repeat.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/str-repeat.xml
+++ phpdoc-da/reference/strings/functions/str-repeat.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.6 Maintainer: tomsommer Status: ready -->
  <refentry id="function.str-repeat">
   <refnamediv>
    <refname>str_repeat</refname>
    <refpurpose>Gentager en streng</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Beskrivelse</title>
     <methodsynopsis>
      <type>string</type><methodname>str_repeat</methodname>
      <methodparam><type>string</type><parameter>input</parameter></methodparam>
      <methodparam><type>int</type><parameter>multiplier</parameter></methodparam>
     </methodsynopsis>
    <para>
     Returnerer <parameter>input_str</parameter> gentaget
     <parameter>multiplier</parameter> gange.
     <parameter>multiplier</parameter> skal være større eller lig 0.
     Hvis <parameter>multiplier</parameter> er sat til 0, vil denne funktion
     returnere en tom streng.
    </para>
    <example>
     <title><function>str_repeat</function> eksempel</title>
     <programlisting role="php">
<![CDATA[
<?php
echo str_repeat("-=", 10);
?>
]]>
     </programlisting>
    </example>
    <para>
     Denne vil udskrive "-=-=-=-=-=-=-=-=-=-=".
    </para>
    <para>
     Se også <link linkend="control-structures.for">for</link>,
     <function>str_pad</function>, og 
     <function>substr_count</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
-->
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.