Set WeberTrivia.com to be my default homepage.   Suggest a Question                                               

Suggest A Question : :  Frequently Asked Questions : :  Search : :  Relevant Manuals : : 
PHP Questions : :  Linux Questions : :  MySQL Questions : : 
home  [ Login ] 

Chapter 37. PHP

Table of Contents
PHPDoc
PHPUnit

Kind of a misc category.

PHPDoc

Table of Contents
Introduction --  Purpose
Requirements --  Dependencies, time and memory settings
Using the PHPDoc tool --  Calling the PHPDoc commandline program
Doc comments --  the structure of a doc comment
@author --  describes the author
@const --  describes constants created with define()
@deprecated --  markup outdated API elements
@global --  document global used variables
@package --  group classes
@param --  describes a parameter of a function
@return --  describes the return value of a function
@see --  mark up reference to other elements
@since --  mark up the time as an API elements was introduced
@static --  marks a function as static
@var --  describes class variables

PHPDoc is tool for creating API documentation from source code.

Warning

The PEAR PHPDoc package is deprecated in favor of the phpDocumentor package. To install phpDocumentor, you may use the pear installer like so: pear install phpdocumentor.

Who's Online
Guest Users: 9
Google
Web
WeberTrivia
WeberDev
WeberForums
 Free Sample Chapters  Free Sample Chapters
  Deliver First Class Web Sites: 101 Essential Checklists
Want to learn how to make your web sites usable and accessible? Want to ensure that your sites meet current best practice, without spending hours trawling through incomprehensible specifications and recommendations from dozens of different books, research papers, and web sites? Want to make sure that the sites you build are "right the first time," requiring no costly redevelopments?

More Sample Chapters

PHP General