Re-fix doc bug #53491 (Parameter description badly located).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@306337 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-12-13 08:45:58 +00:00
parent ef7a0244c1
commit bcdd89b3d0

View file

@ -40,9 +40,10 @@
<term><parameter>source</parameter></term>
<listitem>
<para>
The source can be <constant>MCRYPT_RAND</constant> (system random
number generator), <constant>MCRYPT_DEV_RANDOM</constant> (read data
from <filename>/dev/random</filename>) and
The source of the IV. The source can be
<constant>MCRYPT_RAND</constant> (system random number generator),
<constant>MCRYPT_DEV_RANDOM</constant> (read data from
<filename>/dev/random</filename>) and
<constant>MCRYPT_DEV_URANDOM</constant> (read data from
<filename>/dev/urandom</filename>). Prior to 5.3.0,
<constant>MCRYPT_RAND</constant> was the only one supported on Windows.