php-doc-en/reference/mime_magic/reference.xml
Friedhelm Betz b923b607e9 rsusi.txt: reflect changes
configure.xml files added, linking from refernce.xml files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106283 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 15:33:22 +00:00

69 lines
1.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<reference id="ref.mime-magic">
<title>Mimetype Functions</title>
<titleabbrev>Mimetype</titleabbrev>
<partintro>
<section id="mime-magic.intro">
&reftitle.intro;
<para>
The functions in this module try to guess the content type
and encoding of a file by looking for certain
<emphasis>magic</emphasis> byte sequences at specific
positions within the file. While this is not a bullet proof
approach the heuristics used do a very good job.
</para>
<para>
This extension is derivated from Apache mod_mime_magic,
which is itself based on the <filename>file</filename>
command maintaind by Ian F. Darwin. See the source code for
further historic and copyright information.
</para>
</section>
<section id="mime-magic.requirements">
&reftitle.required;
&no.requirement;
</section>
&reference.mime-magic.configure;
&reference.mime-magic.ini;
<section id="mime-magic.resources">
&reftitle.resources;
&no.resource;
</section>
<section id="mime-magic.constants">
&reftitle.constants;
&no.constants;
</section>
</partintro>
&reference.mime-magic.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->