reference/phar/Phar/interceptFileFuncs.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -3,12 +3,12 @@
3
3
<refentry xml:id="phar.interceptfilefuncs" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
<refnamediv>
5
5
<refname>Phar::interceptFileFuncs</refname>
6
-
<refpurpose>instructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions</refpurpose>
6
+
<refpurpose>Instructs phar to intercept fopen, file_get_contents, opendir, and all of the stat-related functions</refpurpose>
7
7
</refnamediv>
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>void</type><methodname>Phar::interceptFileFuncs</methodname>
13
13
<void/>
14
14
</methodsynopsis>
...
...
@@ -82,7 +82,6 @@ echo file_get_contents('file2.txt');
82
82
</refsect1>
83
83

84
84
</refentry>
85
-

86
85
<!-- Keep this comment at the end of the file
87
86
Local variables:
88
87
mode: sgml
89
88