Files
doc-fr/reference/fileinfo/book.xml
Jean-Sebastien Hedde 39430b4dd6 Sync with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@335861 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-02 12:58:01 +00:00

52 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: dee52b9d9f307506a06abf6498815d60ee7295b3 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<book xml:id="book.fileinfo" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<?phpdoc extension-membership="bundled" ?>
<title>Informations sur les fichiers</title>
<titleabbrev>Fileinfo</titleabbrev>
<!-- {{{ preface -->
<preface xml:id="intro.fileinfo">
&reftitle.intro;
<para>
Les fonctions dans ce module essaient de savoir le type de contenu et
l'encodage d'un fichier en regardant certaines séquences d'octet
<emphasis>magique</emphasis> à des positions spécifiques à l'intérieur du
fichier. Bien qu'il ne s'agisse pas d'une approche infaillible, la méthode
heuristique effectue un très bon travail.
</para>
</preface>
<!-- }}} -->
&reference.fileinfo.setup;
&reference.fileinfo.constants;
&reference.fileinfo.reference;
&reference.fileinfo.finfo;
</book>
<!-- 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:"~/.phpdoc/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
-->