dams Thu Feb 13 09:55:53 2003 EDT Modified files: /phpdoc/en/reference/mcrypt/functions mcrypt-enc-is-block-mode.xml mcrypt-get-iv-size.xml mcrypt-get-key-size.xml Log: correcting proto mistakes 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.4 phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.5 --- phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml:1.4 Thu Feb 13 09:38:34 2003 +++ phpdoc/en/reference/mcrypt/functions/mcrypt-enc-is-block-mode.xml Thu Feb 13 +09:55:53 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- 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>int</type><methodname>mcrypt_enc_is_block_mode</methodname> + <type>bool</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.4 phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.5 --- phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml:1.4 Thu Feb 13 09:38:34 2003 +++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-iv-size.xml Thu Feb 13 09:55:53 +2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- 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_key_size</methodname> - <methodparam><type>int</type><parameter>cipher</parameter></methodparam> + <type>int</type><methodname>mcrypt_get_iv_size</methodname> + <methodparam><type>resource</type><parameter>td</parameter></methodparam> </methodsynopsis> <methodsynopsis> - <type>int</type><methodname>mcrypt_get_key_size</methodname> + <type>int</type><methodname>mcrypt_get_iv_size</methodname> <methodparam><type>string</type><parameter>cipher</parameter></methodparam> - <methodparam><type>string</type><parameter>module</parameter></methodparam> + <methodparam><type>string</type><parameter>mode</parameter></methodparam> </methodsynopsis> <para> The first prototype is when linked against libmcrypt 2.2.x, the Index: phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml diff -u phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.3 phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.4 --- phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml:1.3 Sun May 12 17:00:19 2002 +++ phpdoc/en/reference/mcrypt/functions/mcrypt-get-key-size.xml Thu Feb 13 +09:55:53 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.2 --> <refentry id="function.mcrypt-get-key-size"> <refnamediv> @@ -8,7 +8,7 @@ </refnamediv> <refsect1> <title>Description</title> - <methodsynopsis> + <methodsynopsis> <type>int</type><methodname>mcrypt_get_key_size</methodname> <methodparam><type>int</type><parameter>cipher</parameter></methodparam> </methodsynopsis>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php