reference/stream/functions/stream-is-local.xml
0c9c2dd669fe9395eaa73d487fbd160f9057429a
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="function.stream-is-local" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>stream_is_local</refname>
...
...
@@ -11,7 +10,7 @@
11
10
&reftitle.description;
12
11
<methodsynopsis>
13
12
<type>bool</type><methodname>stream_is_local</methodname>
14
-
<methodparam><type>mixed</type><parameter>stream_or_url</parameter></methodparam>
13
+
<methodparam><type class="union"><type>resource</type><type>string</type></type><parameter>stream</parameter></methodparam>
15
14
</methodsynopsis>
16
15
<para>
17
16
Checks if a stream, or a URL, is a local one or not.
...
...
@@ -23,7 +22,7 @@
23
22
<para>
24
23
<variablelist>
25
24
<varlistentry>
26
-
<term><parameter>stream_or_url</parameter></term>
25
+
<term><parameter>stream</parameter></term>
27
26
<listitem>
28
27
<para>
29
28
The stream <type>resource</type> or URL to check.
...
...
@@ -80,7 +79,6 @@ bool(true)
80
79
-->
81
80

82
81
</refentry>
83
-

84
82
<!-- Keep this comment at the end of the file
85
83
Local variables:
86
84
mode: sgml
87
85