Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
Table of Contents
maxLevel4
minLevel2
outlinetrue
classtoc

 

PHP File Formatting

Tags

PHP code must always being with the long form opening tag. If a file contains only PHP code, the end tag may optionally be omitted from the end of the file.

...