reference/openssl/functions/openssl-error-string.xml
cbac1ecf71d754707d69bdc344c4031c157eaa54
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.openssl-error-string">
3
+
<refentry xml:id="function.openssl-error-string" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>openssl_error_string</refname>
6
6
<refpurpose>Return openSSL error message</refpurpose>
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>openssl_error_string</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>openssl_error_string</methodname>
13
13
<void/>
14
14
</methodsynopsis>
15
15
<para>
...
...
@@ -20,6 +20,11 @@
20
20
</para>
21
21
</refsect1>
22
22

23
+
<refsect1 role="parameters">
24
+
&reftitle.parameters;
25
+
&no.function.parameters;
26
+
</refsect1>
27
+

23
28
<refsect1 role="returnvalues">
24
29
&reftitle.returnvalues;
25
30
<para>
...
...
@@ -47,7 +52,6 @@ while ($msg = openssl_error_string())
47
52
</refsect1>
48
53

49
54
</refentry>
50
-

51
55
<!-- Keep this comment at the end of the file
52
56
Local variables:
53
57
mode: sgml
54
58