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

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1090189028@cvsserver>
tomsommer		Sun Jul 18 18:17:08 2004 EDT

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

http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/strtolower.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/strtolower.xml
+++ phpdoc-da/reference/strings/functions/strtolower.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.5 Maintainer: tomsommer Status: ready -->
  <refentry id="function.strtolower">
   <refnamediv>
    <refname>strtolower</refname>
    <refpurpose>Omdan en streng til små bogstaver</refpurpose>
   </refnamediv>
   <refsect1>
    <title>Beskrivelse</title>
     <methodsynopsis>
      <type>string</type><methodname>strtolower</methodname>
      <methodparam><type>string</type><parameter>str</parameter></methodparam>
     </methodsynopsis>
    <para>
     Returnerer <parameter>string</parameter> med alle alfabetiske
     tegn konverteret til små tegn.
    </para>
    <para>
     Bemærk at 'alfabetisk' er bestemt ud fra den nuværende locale. Dette
     betyder fx. at i standard "C" locale, vil tegn så som
     umlaut-A (&Auml;) ikke blive konverteret.
    </para>
    <example>
     <title><function>strtolower</function> eksempel</title>
     <programlisting role="php">
<![CDATA[
<?php
$str = "Oles Nye Autobil, Kører I Timen OTTE Mil";
$str = strtolower($str);
echo $str; // Udskriver oles nye autobil, kører i timen otte mil
?>
]]>
     </programlisting>
    </example>
    <para>
     Se også <function>strtoupper</function>, <function>ucfirst</function>,
     <function>ucwords</function> og <function>mb_strtolower</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.