Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5077000
Hits Heute: 667
max. Hits (10.07.07): 6964
User Online: 36
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

XML Web Service-Anwendungen mit Microsoft .NET
XML Web Service-Anwendungen mit Microsoft .NET

Manuals > PEAR > PHP

Chapter 35. 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.


Copyright 1998 - 2009 by I.S.U.M.