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

[email protected] ("Tom Sommer")
Newsgroups php.doc.da
Message-ID <cvstomsommer1091921214@cvsserver>
tomsommer		Sat Aug  7 19:26:54 2004 EDT

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

http://cvs.php.net/co.php/phpdoc-da/reference/strings/functions/strncasecmp.xml?r=1.1&p=1
Index: phpdoc-da/reference/strings/functions/strncasecmp.xml
+++ phpdoc-da/reference/strings/functions/strncasecmp.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- EN-Revision: 1.4 Maintainer: tomsommer Status: ready -->
  <refentry id="function.strncasecmp">
   <refnamediv>
    <refname>strncasecmp</refname>
    <refpurpose>
     Binær sikker case-insensitive strengsammenligning af de første n
     tegn
    </refpurpose>
   </refnamediv>
   <refsect1>
    <title>Beskrivelse</title>
     <methodsynopsis>
      <type>int</type><methodname>strncasecmp</methodname>
      <methodparam><type>string</type><parameter>str1</parameter></methodparam>
      <methodparam><type>string</type><parameter>str2</parameter></methodparam>
      <methodparam><type>int</type><parameter>len</parameter></methodparam>
     </methodsynopsis>
    <para>
     Denne funktion ligner <function>strcasecmp</function>, med
     den forskel at du kan specificere (den øverste grænse af)
     antallet af tegn (<parameter>len</parameter>) fra hver
     streng, der skal bruges i sammenligningen. </para>
    <simpara> 
     Returnerer &lt; 0 hvis <parameter>str1</parameter> er mindre end
     <parameter>str2</parameter>; &gt; 0 hvis <parameter>str1</parameter>
     er større end <parameter>str2</parameter>, og 0 hvis de er
     ens.
    </simpara>
    <simpara>
     Se også <function>ereg</function>, 
     <function>strcasecmp</function>,
     <function>strcmp</function>, 
     <function>substr</function>, 
     <function>stristr</function> og
     <function>strstr</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.