mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 17:02:18 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@335861 c90b9560-bf6c-de11-be94-00142212c4b1
52 lines
1.4 KiB
XML
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
|
|
-->
|
|
|