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!'>