mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@351967 c90b9560-bf6c-de11-be94-00142212c4b1
54 lines
1.4 KiB
XML
54 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 82c84a325ea8d03f45669988e4f6ed53221ebd8f Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
|
|
<?phpdoc extension-membership="bundled" ?>
|
|
<title>Tokenizer</title>
|
|
|
|
<preface xml:id="intro.tokenizer">
|
|
&reftitle.intro;
|
|
<para>
|
|
Les fonctions tokenizer fournissent une interface au tokenizer PHP
|
|
interne au moteur Zend. En utilisant ces fonctions,
|
|
vous pouvez écrire vos propres outils d'analyse ou de modification
|
|
de code source PHP, 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.phptoken;
|
|
|
|
&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:"~/.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
|
|
-->
|