System Grab Bag

View all TLDR pages from common (or from all pages)

phpdox

A PHP documentation generator. More information: https://phpdox.net.
  • Display an annotated skeleton configuration XML file:
    phpdox --skel
  • Generate documentation for the current working directory:
    phpdox
  • Generate documentation using a specific configuration file:
    phpdox --file {{path/to/phpdox.xml}}
  • Only run the metadata collection process:
    phpdox --collector
  • Only run the documentation generator process:
    phpdox --generator

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.