reference/fileinfo/functions/mime-content-type.xml
968bb98efdcc2a333899be3d1bdefec317d09170
...
...
@@ -9,8 +9,8 @@
9
9
<refsect1 role="description">
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
-
<type>string</type><methodname>mime_content_type</methodname>
13
-
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
12
+
<type class="union"><type>string</type><type>false</type></type><methodname>mime_content_type</methodname>
13
+
<methodparam><type class="union"><type>resource</type><type>string</type></type><parameter>filename</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
Returns the MIME content type for a file as determined by using
...
...
@@ -82,7 +82,6 @@ text/plain
82
82
</para>
83
83
</refsect1>
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