dams Thu Feb 13 09:38:34 2003 EDT
Modified files:
/phpdoc/en/reference/mcrypt/functions mcrypt-enc-is-block-mode.xml
mcrypt-get-iv-size.xml
mcrypt-module-open.xml
Log:
Beautification
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3
phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.3 Sun
May 12 17:00:19 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml Thu Feb 13
+09:38:34 2003
@@ -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-enc-is-block-mode">
<refnamediv>
@@ -9,7 +9,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>bool</type><methodname>mcrypt_enc_is_block_mode</methodname>
+ <type>int</type><methodname>mcrypt_enc_is_block_mode</methodname>
<methodparam><type>resource</type><parameter>td</parameter></methodparam>
</methodsynopsis>
<para>
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3
phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.3 Sun May 12
17:00:19 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Thu Feb 13 09:38:34
+2003
@@ -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-get-iv-size">
<refnamediv>
@@ -9,13 +9,13 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>int</type><methodname>mcrypt_get_iv_size</methodname>
- <methodparam><type>resource</type><parameter>td</parameter></methodparam>
+ <type>int</type><methodname>mcrypt_get_key_size</methodname>
+ <methodparam><type>int</type><parameter>cipher</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>int</type><methodname>mcrypt_get_iv_size</methodname>
+ <type>int</type><methodname>mcrypt_get_key_size</methodname>
<methodparam><type>string</type><parameter>cipher</parameter></methodparam>
- <methodparam><type>string</type><parameter>mode</parameter></methodparam>
+ <methodparam><type>string</type><parameter>module</parameter></methodparam>
</methodsynopsis>
<para>
The first prototype is when linked against libmcrypt 2.2.x, the
Index: phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml
diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.3
phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.4
--- phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml:1.3 Sun May 12
17:00:20 2002
+++ phpdoc/en/reference/mcrypt/functions/mcrypt-module-open.xml Thu Feb 13 09:38:34
+2003
@@ -1,10 +1,10 @@
<?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-module-open">
<refnamediv>
<refname>mcrypt_module_open</refname>
- <refpurpose>This function opens the module of the algorithm and the mode to be
used</refpurpose>
+ <refpurpose>Opens the module of the algorithm and the mode to be used</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
@@ -98,14 +98,15 @@
The first line in the example above will try to open the DES cipher from
the default directory and the EBC mode from the directory
<filename>/usr/lib/mcrypt-modes</filename>. The second example uses
- strings as name for the cipher an dmode, this only works when the
+ strings as name for the cipher and mode, this only works when the
extension is linked against libmcrypt 2.4.x or 2.5.x.
</para>
<para>
- See also <function>mcrypt_module_close</function>,
+ See also
+ <function>mcrypt_module_close</function>,
<function>mcrypt_generic</function>,
<function>mdecrypt_generic</function>,
- <function>mcrypt_generic_init</function> and
+ <function>mcrypt_generic_init</function>, and
<function>mcrypt_generic_deinit</function>.
</para>
</refsect1>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php