background preloader

PHP

Facebook Twitter

Debug PHP (tools)

Umentor Tutorial. PhpDocumentor Basics Starting Out From Scratch The documentation process begins with the most basic element of phpDocumentor: a Documentation block or DocBlock.

umentor Tutorial

A basic DocBlock looks like this: A DocBlock is an extended C++-style PHP comment that begins with "/**" and has an "*" at the beginning of every line. DocBlocks precede the element they are documenting. PHP Manual. PHPDoc. PHPDoc supports documentation of both object-oriented and procedural code.

PHPDoc

PHPDoc is not currently maintained; the last release was December 3, 2000. There are some up-to-date alternatives, though, such as phpDocumentor and Doxygen or ApiGen On August 13, 2013 the PHP Framework Interoperability Group began writing a formal specification (PSR) for PHPDoc.[2] Components of PHPDoc[edit] Comparison - php == vs === operator. System. Fpassthru.