Skip to content

phpinternalsbook/PHP-Internals-Book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93565da · Jun 29, 2024
Jan 12, 2022
Jun 29, 2024
Jan 15, 2021
Jun 5, 2017
Mar 21, 2020
Jan 11, 2022
Jan 11, 2022
Jan 11, 2022
Jun 27, 2019

Repository files navigation

PHP-Internals-Book

Document format: RST

The book is written using ReStructured Text and generated using Sphinx.

Coding style

The following "coding style" applies to the written text, not to the included code.

  • The maximum line-width for text is 120 characters.
  • 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.
  • Indentation uses four spaces.
  • Lines should not have trailing whitespace.
  • Punctuation like ?, ! or : should directly follow after the word (e.g. foo: rather than foo :).

Domains

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.

Authors