reference/phar/Phar/offsetExists.xml
f03806fcd8fe03a0501bd40b6e3939ff6589a1d2
...
...
@@ -1,15 +1,15 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="phar.offsetexists">
3
+
<refentry xml:id="phar.offsetexists" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>Phar::offsetExists</refname>
6
-
<refpurpose>determines whether a file exists in the phar</refpurpose>
6
+
<refpurpose>Determines whether a file exists in the phar</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>bool</type><methodname>Phar::offsetExists</methodname>
12
-
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
12
+
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
13
13
</methodsynopsis>
14
14
<para>
15
15
This is an implementation of the <interfacename>ArrayAccess</interfacename> interface allowing
...
...
@@ -26,7 +26,7 @@
26
26
<para>
27
27
<variablelist>
28
28
<varlistentry>
29
-
<term><parameter>offset</parameter></term>
29
+
<term><parameter>localName</parameter></term>
30
30
<listitem>
31
31
<para>
32
32
The filename (relative path) to look for in a Phar.
...
...
@@ -83,7 +83,6 @@ bool(false)
83
83
</refsect1>
84
84

85
85
</refentry>
86
-

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