reference/apache/functions/apache-lookup-uri.xml
a331ac8a86bb5929b79be9a369fac1e3af516241
...
...
@@ -10,7 +10,7 @@
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
-
<type>object</type><methodname>apache_lookup_uri</methodname>
13
+
<type class="union"><type>object</type><type>false</type></type><methodname>apache_lookup_uri</methodname>
14
14
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -68,6 +68,9 @@
68
68
<member>request_time</member>
69
69
</simplelist>
70
70
</para>
71
+
<para>
72
+
Returns &false; on failure.
73
+
</para>
71
74
</refsect1>
72
75

73
76
<refsect1 role="examples">
...
...
@@ -117,7 +120,6 @@ file exists!
117
120
</para>
118
121
</refsect1>
119
122
</refentry>
120
-

121
123
<!-- Keep this comment at the end of the file
122
124
Local variables:
123
125
mode: sgml
124
126