Files
doc-fr/reference/tokenizer/book.xml
Yannick Torres 889439de9d syn with EN
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@260537 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-31 23:01:18 +00:00

53 lines
1.3 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- EN-Revision: 1.3 Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<!-- Purpose: basic.other -->
<!-- Membership: core -->
<book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
<title>Tokenizer</title>
<preface xml:id="intro.tokenizer">
&reftitle.intro;
<para>
Les fonctions tokenizer fournissent une interface au tokenizer PHP
interne au moteur Zend. Par l'utilisation de ces fonctions,
vous pouvez écrire vos propres outils PHP d'analyse ou de
modifications, sans avoir à vous soucier de la spécification
du langage au niveau lexical.
</para>
<para>
Voir aussi l'<link linkend="tokens">appendice sur les tokens</link>.
</para>
</preface>
&reference.tokenizer.setup;
&reference.tokenizer.constants;
&reference.tokenizer.examples;
&reference.tokenizer.reference;
</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:"../../../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
-->