cvs: phpdoc-da /reference/strings/functions printf.xml
[email protected] ("Jonathan Holst")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1091359184@cvsserver> |
holst Sun Aug 1 07:19:44 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions printf.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/printf.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc-da/reference/strings/functions/printf.xml
diff -u phpdoc-da/reference/strings/functions/printf.xml:1.1 phpdoc-da/reference/strings/functions/printf.xml:1.2
--- phpdoc-da/reference/strings/functions/printf.xml:1.1 Fri Jul 9 20:08:58 2004
+++ phpdoc-da/reference/strings/functions/printf.xml Sun Aug 1 07:19:44 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- EN-Revision: 1.5 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.2 $ -->
+<!-- EN-Revision: 1.6 Maintainer: holst Status: ready -->
<refentry id="function.printf">
<refnamediv>
<refname>printf</refname>
@@ -9,13 +9,16 @@
<refsect1>
<title>Beskrivelse</title>
<methodsynopsis>
- <type>void</type><methodname>printf</methodname>
+ <type>int</type><methodname>printf</methodname>
<methodparam><type>string</type><parameter>format</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>args</parameter></methodparam>
</methodsynopsis>
<simpara>
Udskriver data specificeret af <parameter>format</parameter>, hvilket
bliver beskrevet i dokumentationen for <function>sprintf</function>.
+ </simpara>
+ <simpara>
+ Returnerer længden på den udskrevne streng.
</simpara>
<simpara>
Se også