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

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

  Added files:                 
    /phpdoc-da/reference/strings/functions	strtoupper.xml 
  Log:
  Initial Translation
  
  

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