cvs: phpdoc-da /reference/strings/functions crypt.xml strpos.xml
[email protected] ("Jonathan Holst") Thu, 14 Oct 2004 19:05:06 -0000
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1097780706@cvsserver> |
holst Thu Oct 14 15:05:06 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions strpos.xml crypt.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/strpos.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc-da/reference/strings/functions/strpos.xml
diff -u phpdoc-da/reference/strings/functions/strpos.xml:1.3 phpdoc-da/reference/strings/functions/strpos.xml:1.4
--- phpdoc-da/reference/strings/functions/strpos.xml:1.3 Thu Jul 8 13:20:45 2004
+++ phpdoc-da/reference/strings/functions/strpos.xml Thu Oct 14 15:05:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<!-- EN-Revision: 1.5 Maintainer: holst Status: ready -->
<refentry id="function.strpos">
<refnamediv>
@@ -13,7 +13,7 @@
<methodsynopsis>
<type>int</type><methodname>strpos</methodname>
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
- <methodparam><type>string</type><parameter>needle</parameter></methodparam>
+ <methodparam><type>mixed</type><parameter>needle</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/crypt.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc-da/reference/strings/functions/crypt.xml
diff -u phpdoc-da/reference/strings/functions/crypt.xml:1.4 phpdoc-da/reference/strings/functions/crypt.xml:1.5
--- phpdoc-da/reference/strings/functions/crypt.xml:1.4 Mon Oct 4 15:09:08 2004
+++ phpdoc-da/reference/strings/functions/crypt.xml Thu Oct 14 15:05:06 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- EN-Revision: 1.9 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.5 $ -->
+<!-- EN-Revision: 1.10 Maintainer: holst Status: ready -->
<refentry id="function.crypt">
<refnamediv>
<refname>crypt</refname>
@@ -22,7 +22,7 @@
</para>
<simpara>
Hvis <parameter>salt</parameter> parametren ikke bliver givet, vil en
- tilfældig blive genereret af PHP.
+ tilfældig blive genereret af PHP hver gang du kalder denne funktion.
</simpara>
<simpara>
Nogle operativsystemer understøtter flere end én type kryptering.