Date: 12/20/00
- Next message: Stanislav Malyshev: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Previous message: Ghislain Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions array.xml filesystem.xml math.xml pcre.xml strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dams Wed Dec 20 04:15:47 2000 EDT
Modified files:
/phpdoc/fr/functions math.xml
Log:
fixing sret -> srand
Index: phpdoc/fr/functions/math.xml
diff -u phpdoc/fr/functions/math.xml:1.6 phpdoc/fr/functions/math.xml:1.7
--- phpdoc/fr/functions/math.xml:1.6 Wed Dec 20 02:11:46 2000
+++ phpdoc/fr/functions/math.xml Wed Dec 20 04:15:45 2000
@@ -565,7 +565,7 @@
compris entre 0 et 1. <function>lcg_value</function> combine deux
générateurs de congruence, de période respectives
2^31 - 85 et 2^31 - 249. La période de cette fonction est le
- produit de ces deux nombres premiers (soit ¤2^31 - 85)*(2^31 - 249)).
+ produit de ces deux nombres premiers (soit Û2^31 - 85)*(2^31 - 249)).
</para>
</refsect1>
</refentry>
@@ -1064,7 +1064,7 @@
<informalexample>
<programlisting>
// initialise avec les microsecondes depuis la dernière seconde entière
-sret((double)microtime()*1000000);
+srand((double)microtime()*1000000);
$randval = rand();
</programlisting>
</informalexample></para>
- Next message: Stanislav Malyshev: "[PHP-DOC] cvs: phpdoc /en/functions datetime.xml"
- Previous message: Ghislain Seguy: "[PHP-DOC] cvs: phpdoc /fr/functions array.xml filesystem.xml math.xml pcre.xml strings.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

