mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
- Integrating notes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124631 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a923054db9
commit
6f3bae0de5
4 changed files with 20 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcrypt-cbc">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,10 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
The first prototype is when linked against libmcrypt 2.2.x, the
|
||||
second when linked against libmcrypt 2.4.x or higher.
|
||||
second when linked against libmcrypt 2.4.x or higher. The
|
||||
<parameter>mode</parameter> should be either
|
||||
<constant>MCRYPT_ENCRYPT</constant> or
|
||||
<constant>MCRYPT_DECRYPT</constant>.
|
||||
</para>
|
||||
<para>
|
||||
This function should not be used anymore, see
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcrypt-cfb">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,10 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
The first prototype is when linked against libmcrypt 2.2.x, the
|
||||
second when linked against libmcrypt 2.4.x or higher.
|
||||
second when linked against libmcrypt 2.4.x or higher. The
|
||||
<parameter>mode</parameter> should be either
|
||||
<constant>MCRYPT_ENCRYPT</constant> or
|
||||
<constant>MCRYPT_DECRYPT</constant>.
|
||||
</para>
|
||||
<para>
|
||||
This function should not be used anymore, see
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.mcrypt-ecb">
|
||||
<refnamediv>
|
||||
|
@ -25,7 +25,10 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
The first prototype is when linked against libmcrypt 2.2.x, the
|
||||
second when linked against libmcrypt 2.4.x or higher.
|
||||
second when linked against libmcrypt 2.4.x or higher. The
|
||||
<parameter>mode</parameter> should be either
|
||||
<constant>MCRYPT_ENCRYPT</constant> or
|
||||
<constant>MCRYPT_DECRYPT</constant>.
|
||||
</para>
|
||||
<para>
|
||||
This function should not be used anymore, see
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/mcrypt.xml, last change in rev 1.7 -->
|
||||
<refentry id="function.mcrypt-ofb">
|
||||
<refnamediv>
|
||||
|
@ -26,7 +26,10 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
The first prototype is when linked against libmcrypt 2.2.x, the
|
||||
second when linked against libmcrypt 2.4.x or higher.
|
||||
second when linked against libmcrypt 2.4.x or higher. The
|
||||
<parameter>mode</parameter> should be either
|
||||
<constant>MCRYPT_ENCRYPT</constant> or
|
||||
<constant>MCRYPT_DECRYPT</constant>.
|
||||
</para>
|
||||
<para>
|
||||
This function should not be used anymore, see
|
||||
|
|
Loading…
Reference in a new issue