reference/phar/Phar/running.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -8,9 +8,9 @@
8
8

9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
-
<methodsynopsis>
11
+
<methodsynopsis role="Phar">
12
12
<modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Phar::running</methodname>
13
-
<methodparam choice="opt"><type>bool</type><parameter>retphar</parameter><initializer>true</initializer></methodparam>
13
+
<methodparam choice="opt"><type>bool</type><parameter>returnPhar</parameter><initializer>&true;</initializer></methodparam>
14
14
</methodsynopsis>
15
15

16
16
<para>
...
...
@@ -30,7 +30,7 @@
30
30
<para>
31
31
<variablelist>
32
32
<varlistentry>
33
-
<term><parameter>retphar</parameter></term>
33
+
<term><parameter>returnPhar</parameter></term>
34
34
<listitem>
35
35
<para>
36
36
If &false;, the full path on disk to the phar
...
...
@@ -71,7 +71,6 @@ $b = Phar::running(false); // $b is "/path/to/my.phar"
71
71
</para>
72
72
</refsect1>
73
73
</refentry>
74
-

75
74
<!-- Keep this comment at the end of the file
76
75
Local variables:
77
76
mode: sgml
78
77