本书使用 ReStructured Text 编写和 Sphinx 生成。
- RST 文档: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
- RST 快速参考: http://docutils.sourceforge.net/docs/user/rst/quickref.html
- Sphinx 文档: http://sphinx.pocoo.org/markup/index.html
以下的代码风格主要针对与文本,不包含代码。
- 文本行最大长度为120个字符.
- The maximum line-width for code is 98 characters. Including the four space indentation this would be a limit of 102 characters. This is a hard limit that prevents overflows in the PDF version.
- 使用4个空格进行对齐.
- Lines should not have trailing whitespace.
- Punctuation like
?
,!
or:
should directly follow after the word (e.g.foo:
rather thanfoo :
).
These domains have been bought by Anthony to publish info about the book:
- phpinternalsbook.com
- phpcorebook.com
- insidephpbook.com
Only the first domain is currently in use.
- Julien Pauli: jpauli@php.net
- Nikita Popov: nikic@php.net
- Anthony Ferrara: ircmaxell@php.net