mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
cf4f99dca5
commit
3996da1868
1 changed files with 5 additions and 0 deletions
|
@ -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>'>
|
||||
|
||||
|
|
Loading…
Reference in a new issue