cvs: phpdoc-da /reference/strings/functions sscanf.xml
[email protected] ("Jonathan Holst")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1090954363@cvsserver> |
holst Tue Jul 27 14:52:43 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions sscanf.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/sscanf.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/sscanf.xml
diff -u phpdoc-da/reference/strings/functions/sscanf.xml:1.1 phpdoc-da/reference/strings/functions/sscanf.xml:1.2
--- phpdoc-da/reference/strings/functions/sscanf.xml:1.1 Tue Jul 20 16:32:30 2004
+++ phpdoc-da/reference/strings/functions/sscanf.xml Tue Jul 27 14:52:42 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.9 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.10 Maintainer: holst Status: ready -->
<refentry id="function.sscanf">
<refnamediv>
<refname>sscanf</refname>
@@ -14,7 +14,7 @@
<type>mixed</type><methodname>sscanf</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
- <methodparam choice="opt"><type>string</type><parameter>var1</parameter></methodparam>
+ <methodparam choice="opt"><type>mixed</type><parameter>& ...</parameter></methodparam>
</methodsynopsis>
<para>
Funktionen <function>sscanf</function> er inputanalogen til
@@ -22,7 +22,9 @@
strengen <parameter>str</parameter> og fortolker den ud fra den
specificerede <parameter>format</parameter>. Hvis kun to parametre bliver
givet til denne funktion, vil værdierne der bliver analyseret returneret
- som et array.
+ som et array. Ellers, hvis de valgfrie parametre bliver givet vil
+ funktionen returnere de tilskrevne værdier. De valgfrie parametre skal
+ gives som referencer.
</para>
<para>
Ethvert mellemrum i strukturstrengen matcher alle mellemrum i