cvs: phpdoc-nl /reference/array/functions array-rand.xml
[email protected] ("Janwillem Borleffs")
| Newsgroups | php.doc.nl |
|---|---|
| Message-ID | <cvsjanwb1142283589@cvsserver> |
janwb Mon Mar 13 20:59:49 2006 UTC
Modified files:
/phpdoc-nl/reference/array/functions array-rand.xml
Log:
added reference to ¬e.randomseed; entity
http://cvs.php.net/viewcvs.cgi/phpdoc-nl/reference/array/functions/array-rand.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc-nl/reference/array/functions/array-rand.xml
diff -u phpdoc-nl/reference/array/functions/array-rand.xml:1.4 phpdoc-nl/reference/array/functions/array-rand.xml:1.5
--- phpdoc-nl/reference/array/functions/array-rand.xml:1.4 Sat Jan 11 11:20:50 2003
+++ phpdoc-nl/reference/array/functions/array-rand.xml Mon Mar 13 20:59:49 2006
@@ -28,10 +28,9 @@
willekeurige waarden. Dit wordt gedaan zodat je zowel willekeurige
keys als waarden uit de array kunt kiezen.
</para>
- <para>
- Vergeet niet <function>srand</function> aan te roepen om de
- random number generator voer te geven.
- </para>
+
+ ¬e.randomseed;
+
<para>
<example>
<title><function>array_rand</function> voorbeeld</title>