reference/phar/Phar/getSignature.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,14 +1,14 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.getsignature">
3
+
<refentry xml:id="phar.getsignature" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::getSignature</refname>
6
6
<refpurpose>Return MD5/SHA1/SHA256/SHA512/OpenSSL signature of a Phar archive</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
11
-
<modifier>public</modifier> <type>array</type><methodname>Phar::getSignature</methodname>
10
+
<methodsynopsis role="Phar">
11
+
<modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>Phar::getSignature</methodname>
12
12
<void/>
13
13
</methodsynopsis>
14
14

...
...
@@ -33,12 +33,12 @@
33
33
A valid signature is absolutely required of all executable phar archives if the
34
34
<link linkend="ini.phar.require-hash">phar.require_hash</link> INI variable
35
35
is set to true.
36
+
If there is no signature, the function returns &false;.
36
37
</para>
37
38
</refsect1>
38
39

39
40

40
41
</refentry>
41
-

42
42
<!-- Keep this comment at the end of the file
43
43
Local variables:
44
44
mode: sgml
45
45