reference/phar/Phar/getStub.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,13 +1,13 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.getstub">
3
+
<refentry xml:id="phar.getstub" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::getStub</refname>
6
6
<refpurpose>Return the PHP loader or bootstrap stub of a Phar archive</refpurpose>
7
7
</refnamediv>
8
8
<refsect1 role="description">
9
9
&reftitle.description;
10
-
<methodsynopsis>
10
+
<methodsynopsis role="Phar">
11
11
<modifier>public</modifier> <type>string</type><methodname>Phar::getStub</methodname>
12
12
<void/>
13
13
</methodsynopsis>
...
...
@@ -32,6 +32,12 @@ php myphar.phar
32
32
</para>
33
33

34
34
</refsect1>
35
+

36
+
<refsect1 role="parameters">
37
+
&reftitle.parameters;
38
+
&no.function.parameters;
39
+
</refsect1>
40
+
35
41
<refsect1 role="returnvalues">
36
42
&reftitle.returnvalues;
37
43
<para>
...
...
@@ -102,7 +108,6 @@ __HALT_COMPILER(); ?>
102
108

103
109

104
110
</refentry>
105
-

106
111
<!-- Keep this comment at the end of the file
107
112
Local variables:
108
113
mode: sgml
109
114