reference/gnupg/functions/gnupg-setsignmode.xml
dc54babb688f72ee5b40cd6240a8d506623f5e10
...
...
@@ -74,7 +74,7 @@ gnupg_setsignmode($res,GNUPG_SIG_MODE_DETACH); // produce a detached signature
74
74
<![CDATA[
75
75
<?php
76
76
$gpg = new gnupg();
77
-
$gpg -> setsignmode(gnupg::SIG_MODE_DETACH); // produce a detached signature
77
+
$gpg->setsignmode(gnupg::SIG_MODE_DETACH); // produce a detached signature
78
78
?>
79
79
]]>
80
80
</programlisting>
81
81