rioter          Thu Jan 29 23:39:50 2004 EDT

  Modified files:              
    /phpdoc/en/reference/math/functions rand.xml 
  Log:
  change value to integer 
  
http://cvs.php.net/diff.php/phpdoc/en/reference/math/functions/rand.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/math/functions/rand.xml
diff -u phpdoc/en/reference/math/functions/rand.xml:1.10 
phpdoc/en/reference/math/functions/rand.xml:1.11
--- phpdoc/en/reference/math/functions/rand.xml:1.10    Sun Jan 25 06:15:47 2004
+++ phpdoc/en/reference/math/functions/rand.xml Thu Jan 29 23:39:50 2004
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/math.xml, last change in rev 1.2 -->
   <refentry id="function.rand">
    <refnamediv>
     <refname>rand</refname>
-    <refpurpose>Generate a random value</refpurpose>
+    <refpurpose>Generate a random integer</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>

Reply via email to