about.generate.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 41 行
HTML
41 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>How we generate the formats</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="about.howtohelp.html">How to help improve the documentation</a></div> <div class="next" style="text-align: right; float: right;"><a href="about.translations.html">Translations</a></div> <div class="up"><a href="about.html">About the manual</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="about.generate" class="sect1"> <h2 class="title">How we generate the formats</h2> <p class="para"> This manual is written in <acronym title="eXtensible Markup Language">XML</acronym> using the <a href="http://www.oasis-open.org/docbook/xml/" class="link external">» DocBook XML DTD</a>, using <a href="http://wiki.php.net/doc/phd/" class="link external">» <acronym>PhD</acronym></a> (The [PH]P based [D]ocBook renderer) for maintenance and formatting. </p> <p class="para"> Using <acronym title="eXtensible Markup Language">XML</acronym> as a source format gives the ability to generate many output formats from the source files, while only maintaining one source document for all formats. The tool used for formatting the online manual is <a href="http://wiki.php.net/doc/phd/" class="link external">» PhD</a>. We use <a href="http://msdn.microsoft.com/library/en-us/htmlhelp/html/vsconhh1start.asp" class="link external">» Microsoft HTML Help Workshop</a> to generate the Windows HTML Help format of the manual, and of course PHP itself to do some additional conversions and formatting. </p> <p class="para"> The PHP manual is generated in various languages and formats, see <a href="http://www.php.net/docs.php" class="link external">» http://www.php.net/docs.php</a> for additional details. The <acronym title="eXtensible Markup Language">XML</acronym> source code may be downloaded from CVS and viewed at <a href="http://cvs.php.net/" class="link external">» http://cvs.php.net/</a>. The documentation is stored in the <i>phpdoc</i> module. </p> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="about.howtohelp.html">How to help improve the documentation</a></div> <div class="next" style="text-align: right; float: right;"><a href="about.translations.html">Translations</a></div> <div class="up"><a href="about.html">About the manual</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?