mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
removed old soft deprecation message (doc bug #71367)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338486 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3380c3b4c8
commit
f6886fcf4a
1 changed files with 3 additions and 15 deletions
|
@ -3,7 +3,7 @@
|
|||
<refentry xml:id="function.mime-content-type" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>mime_content_type</refname>
|
||||
<refpurpose>Detect MIME Content-type for a file (deprecated)</refpurpose>
|
||||
<refpurpose>Detect MIME Content-type for a file</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
@ -42,17 +42,6 @@
|
|||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="notes">
|
||||
&reftitle.notes;
|
||||
<warning>
|
||||
<para>
|
||||
This function has been deprecated as the PECL extension
|
||||
<link linkend="ref.fileinfo">Fileinfo</link> provides the same
|
||||
functionality (and more) in a much cleaner way.
|
||||
</para>
|
||||
</warning>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="examples">
|
||||
&reftitle.examples;
|
||||
<para>
|
||||
|
@ -81,9 +70,8 @@ text/plain
|
|||
&reftitle.seealso;
|
||||
<para>
|
||||
<simplelist>
|
||||
<member>
|
||||
<link linkend="ref.fileinfo">Fileinfo</link> for a replacement
|
||||
</member>
|
||||
<member><function>finfo_file</function></member>
|
||||
<member><function>finfo_buffer</function></member>
|
||||
</simplelist>
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue