cvs: phpdoc-da /reference/strings/functions sprintf.xml
[email protected] ("Jonathan Holst")
| Newsgroups | php.doc.da |
|---|---|
| Message-ID | <cvsholst1091359391@cvsserver> |
holst Sun Aug 1 07:23:11 2004 EDT
Modified files:
/phpdoc-da/reference/strings/functions sprintf.xml
Log:
Sync with EN
http://cvs.php.net/diff.php/phpdoc-da/reference/strings/functions/sprintf.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc-da/reference/strings/functions/sprintf.xml
diff -u phpdoc-da/reference/strings/functions/sprintf.xml:1.2 phpdoc-da/reference/strings/functions/sprintf.xml:1.3
--- phpdoc-da/reference/strings/functions/sprintf.xml:1.2 Fri Jul 23 11:01:13 2004
+++ phpdoc-da/reference/strings/functions/sprintf.xml Sun Aug 1 07:23:11 2004
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
-<!-- EN-Revision: 1.9 Maintainer: holst Status: ready -->
+<!-- $Revision: 1.3 $ -->
+<!-- EN-Revision: 1.10 Maintainer: holst Status: ready -->
<refentry id="function.sprintf">
<refnamediv>
<refname>sprintf</refname>
@@ -58,10 +58,9 @@
<listitem>
<simpara>
En valgfri <emphasis>precision specifier</emphasis> som fortæller hvor
- mange decimalcifre der skal vises som flydende decimalnumre. Denne
- mulighed har ikke nogen effekt for andre typer end <type>float</type>.
- (En anden funktion der er brugbar for formatering af numre er
- <function>number_format</function>).
+ mange decimalcifre der skal vises som flydende decimalnumre. Når man
+ bruger specifier på en streng, opfører den sig som et afskæringspunkt,
+ der sætter den maksimale tegngrænse på strengen.
</simpara>
</listitem>
<listitem>