If you don't know phpDocumentor:
- "The current standard auto-documentation tool for the php language".
- "A standalone auto-documentor similar to JavaDoc written in PHP"
- And: "Javadoc is a tool for generating API documentation in HTML format from doc comments in source code."
Code: Select all
/**
* Returns an array of important information for given first name.
* Returns false on failure.
*
* @param string $firstname The firstname of the person to look up
* @return array Important info
*/