Added &note.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
This commit is contained in:
Philip Olson 2003-05-30 19:38:25 +00:00
parent cf4f99dca5
commit 3996da1868

View file

@ -84,6 +84,11 @@ runs <function>addslashes</function> on all your GET, POST, and COOKIE data.
You may use <function>stripslashes</function> to strip them.</para></note>'>
<!-- Various notes -->
<!ENTITY note.randomseed '<note><simpara>As of PHP 4.2.0, there is no need
to seed the random number generator with <function>srand</function> or
<function>mt_srand</function> as this is now done automatically.
</simpara></note>'>
<!ENTITY note.not-bin-safe '<warning><simpara>This function
is not (yet) binary safe!</simpara></warning>'>