reference/gnupg/functions/gnupg-export.xml
766fa972bca0f6ea8711f6e27d68278be41db17a
...
...
@@ -9,7 +9,7 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>gnupg_export</methodname>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>gnupg_export</methodname>
13
13
<methodparam><type>resource</type><parameter>identifier</parameter></methodparam>
14
14
<methodparam><type>string</type><parameter>fingerprint</parameter></methodparam>
15
15
</methodsynopsis>
...
...
@@ -67,7 +67,7 @@ echo $export;
67
67
<![CDATA[
68
68
<?php
69
69
$gpg = new gnupg();
70
-
$export = $gpg -> export("8660281B6051D071D94B5B230549F9DC851566DC");
70
+
$export = $gpg->export("8660281B6051D071D94B5B230549F9DC851566DC");
71
71
?>
72
72
]]>
73
73
</programlisting>
74
74