From 3996da1868a7c87a3b9da373f600e3a1d7863b31 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 30 May 2003 19:38:25 +0000 Subject: [PATCH] Added ¬e.randomseed; entity as random seeds are automatic as of PHP 4.2.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129465 c90b9560-bf6c-de11-be94-00142212c4b1 --- language-snippets.ent | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/language-snippets.ent b/language-snippets.ent index 91c77b3477..e04e06c192 100644 --- a/language-snippets.ent +++ b/language-snippets.ent @@ -84,6 +84,11 @@ runs addslashes on all your GET, POST, and COOKIE data. You may use stripslashes to strip them.'> +As of PHP 4.2.0, there is no need +to seed the random number generator with srand or +mt_srand as this is now done automatically. +'> + This function is not (yet) binary safe!'>