reference/openssl/functions/openssl-cipher-iv-length.xml
d1e3ea622e5d4f542cd36eca59a9f22aa0142633
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.openssl-cipher-iv-length" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>openssl_cipher_iv_length</refname>
...
...
@@ -10,8 +9,8 @@
10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
-
<type>int</type><methodname>openssl_cipher_iv_length</methodname>
14
-
<methodparam><type>string</type><parameter>method</parameter></methodparam>
12
+
<type class="union"><type>int</type><type>false</type></type><methodname>openssl_cipher_iv_length</methodname>
13
+
<methodparam><type>string</type><parameter>cipher_algo</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Gets the cipher initialization vector (iv) length.
...
...
@@ -22,7 +21,7 @@
22
21
&reftitle.parameters;
23
22
<variablelist>
24
23
<varlistentry>
25
-
<term><parameter>method</parameter></term>
24
+
<term><parameter>cipher_algo</parameter></term>
26
25
<listitem>
27
26
<para>
28
27
The cipher method, see <function>openssl_get_cipher_methods</function> for a list of potential values.
...
...
@@ -71,7 +70,6 @@ echo $ivlen;
71
70
</refsect1>
72
71

73
72
</refentry>
74
-

75
73
<!-- Keep this comment at the end of the file
76
74
Local variables:
77
75
mode: sgml
78
76