mirror of
https://github.com/php/doc-de.git
synced 2026-03-31 19:52:21 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@275277 c90b9560-bf6c-de11-be94-00142212c4b1
50 lines
1.3 KiB
XML
50 lines
1.3 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- EN-Revision: 1.2 Maintainer: nobody Status: ready -->
|
|
<!-- $Revision: 1.4 $ -->
|
|
<!-- Purpose: basic.other -->
|
|
<!-- Membership: core -->
|
|
|
|
<book xml:id="book.tokenizer" xmlns="http://docbook.org/ns/docbook">
|
|
<title>Tokenizer &Functions;</title>
|
|
<titleabbrev>Tokenizer</titleabbrev>
|
|
|
|
<preface xml:id="intro.tokenizer">
|
|
&reftitle.intro;
|
|
<para>
|
|
Die Tokenizer-Funktionen bieten eine Schnittstelle zum in PHP
|
|
integrierten PHP-Tokenizer der Zend-Engine. Mit Hilfe dieser
|
|
Funktionen ist es möglich ein eigenes Werkzeug zur PHP-Quelltextanalyse
|
|
oder -modifikation zu entwickeln. Der Umgang mit der Sprachspezifikation
|
|
auf lexikalischer Ebene wird nicht benötigt.
|
|
</para>
|
|
<para>
|
|
Siehe auch <link linkend="tokens">Anhang zu 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:
|
|
-->
|
|
|