reference/url/functions/get-meta-tags.xml
6ecb3d252204d4f7077eb5221209b4eab0216c18
...
...
@@ -9,9 +9,9 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>array</type><methodname>get_meta_tags</methodname>
12
+
<type class="union"><type>array</type><type>false</type></type><methodname>get_meta_tags</methodname>
13
13
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>false</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>use_include_path</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Opens <parameter>filename</parameter> and parses it line by line for
...
...
@@ -44,8 +44,6 @@
44
44
]]>
45
45
</programlisting>
46
46
</example>
47
-
(pay attention to line endings - PHP uses a native function to
48
-
parse the input, so a Mac file won't work on Unix).
49
47
</para>
50
48
</listitem>
51
49
</varlistentry>
...
...
@@ -77,6 +75,9 @@
77
75
'_', the rest is converted to lower case. If two meta tags have the same
78
76
name, only the last one is returned.
79
77
</para>
78
+
<para>
79
+
Returns &false; on failure.
80
+
</para>
80
81
</refsect1>
81
82

82
83
<refsect1 role="examples">
...
...
@@ -123,7 +124,6 @@ echo $tags['geo_position']; // 49.33;-86.59
123
124
</refsect1>
124
125

125
126
</refentry>
126
-

127
127
<!-- Keep this comment at the end of the file
128
128
Local variables:
129
129
mode: sgml
...
...
@@ -144,4 +144,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
144
144
vim: et tw=78 syn=sgml
145
145
vi: ts=1 sw=1
146
146
-->
147
-

148
147