PHP Doc type comment usage

Source: Internet
Author: User
Tags php source code

Introduction: This is a detailed page for PHP Doc type annotation usage. It introduces PHP, related knowledge, skills, experience, and some PHP source code.

Class = 'pingjiaf' frameborder = '0' src = 'HTTP: // biancheng.dnbc?info/pingjia.php? Id = 342851 'rolling = 'no'>

 
/**
* @ Name
* @ Abstract declare variables/classes/methods
* @ Access specifies the access permission for this variable, class, function/Method
* @ Author function author's name and email address
* @ Category organize packages
* @ Copyright indicates the copyright information.
* @ Const indicates a constant.
* @ Deprecate indicates the information that is not recommended or discarded
* @ Example
* @ Exclude indicates that the current comment will not be analyzed and will not appear in the text block
* @ Final indicates that this is a final class, method, and attribute, and cannot be derived or modified.
* @ Global indicates the global variables referenced in this function.
* @ Include indicates the information of the contained file.
* @ Link defines online connections
* @ Module refers to the information of the module to which the module belongs.
* @ Modulegroup refers to the module group to which the Group belongs.
* @ Package refers to the information of the package to which the owner belongs.
* @ Param defines the parameter information of a function or method.
* @ Return defines the returned information of a function or method.
* @ See defines the functions and variables to be referenced and adds corresponding super connections.
* @ Since indicates the version from which the API function or method is introduced.
* @ Static indicates that the variables, classes, and functions are static.
* @ Throws indicates the error exception that this function may throw, which is extremely common.
* @ Todo: Specifies the areas to be improved or not implemented.
* @ Var defines variables/attributes.
* @ Version defines version information
*/

But you will understand more ......

Love J2EE follow Java Michael Jackson video station JSON online tools

Http://biancheng.dnbcw.info/php/342851.html pageno: 6.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.