mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Fix buglet in docu
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@65108 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
348d5459c2
commit
22cff23fb8
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.25 $ -->
|
||||
<!-- $Revision: 1.26 $ -->
|
||||
<reference id="ref.mcrypt">
|
||||
<title>Mcrypt Encryption Functions</title>
|
||||
<titleabbrev>mcrypt</titleabbrev>
|
||||
|
@ -1170,7 +1170,7 @@ $td = mcrypt_module_open (MCRYPT_DES, "", MCRYPT_MODE_ECB, "/usr/lib/mcrypt-mode
|
|||
and OFB modes. It needs to be random and unique (but not secret).
|
||||
The same IV must be used for encryption/decryption. If you do not
|
||||
want to use it you should set it to zeros, but this is not
|
||||
recommended. The function returns (-1) on error.
|
||||
recommended. The function returns a negative value on error.
|
||||
</para>
|
||||
<para>
|
||||
You need to call this function before every
|
||||
|
|
Loading…
Reference in a new issue