For a developer, documents are always one of the most vexing things. Also, it is likely that you will take 2 different attitudes towards the document:
When you use someone else's code base, the most desirable is its technical documentation,
1. What is Phpdocumentor?
Phpdocumentor is a tool written in PHP, and for PHP programs with canonical annotations, it can quickly generate API documents with cross-references, indexes, and so on. The old version is Phpdoc, starting with 1.3.0,
In php, there are two methods/variables for the methods/variables of the classes: 1. create an object $ object = newClass () and then use "-& gt;" to call: $ object-& gt; attribute/function, provided that the variable/method is accessible.
In php,
In PHP, there are two ways to access a class's methods/variables:
1. Create the object $object = new Class (), and then use the "-and" call: $object->attribute/function, provided the variable/method is accessible.
2. Call the class method/variable
A few days ago inQingyuan EducationWeb site to see such an article, feel the same as IPHP DeveloperEspecially helpful, now posted out, hoping to help everyone, in additionQingyuan EducationThere are a lot of such technical articles on the website,
PHP Comment Tags
@access
Scope of Use: Class,function,var,define,module
The tag is used to indicate access rights for the keyword: private, public, or proteced
@author
Specify the author
@copyright
Scope of Use:
This article introduces the difference between static and static variables in PHP class, if the method is non-static, it is not necessary to use $this, that is, no non-static variable/method is called, of course, there is no problem in calling
This article introduces the difference between static and static variables in PHP class, if the method is non-static, it is not necessary to use $this, that is, no non-static variable/method is called, of course, there is no problem in calling
: This article mainly introduces static methods and static variables of the PHP class. if you are interested in the PHP Tutorial, please refer to them. In php, there are two methods for methods/variables of the callback class:
1. create an object $
1. What is Phpdocumentor?
Phpdocumentor is a php-written tool for PHP programs with canonical annotations that can quickly generate API documentation with cross-referencing, indexing, and other functions. The old version is Phpdoc, starting from 1.3.
1. What is Phpdocumentor?
Phpdocumentor is a php-written tool for PHP programs with canonical annotations that can quickly generate API documentation with cross-referencing, indexing, and other functions. The old version is Phpdoc, starting from 1.3
PHP Comment Tags
@access
Scope of Use: Class,function,var,define,module
The tag is used to indicate access rights for the keyword: private, public, or proteced
@author
Specify the author
@copyright
Scope of Use:
In PHP, there are two ways to access a class's methods/variables:
1. Create the object $object = new Class (), and then use the "-and" call: $object->attribute/function, provided the variable/method is accessible.
2. Call the class method/variable
There are three common comments for PHP:1. A single-line comment starting with ' # ';2. A single-line comment starting with '//';3. A multiline comment that is closed with '/* ' and ' */'.The Common PHP Comment specification summary is as follows:/**
@access
Scope of Use: Class,function,var,define,module
This tag is used to indicate access rights for keywords: private, public, or proteced
@author
Specify the author
@copyright
Scope of Use: Class,function,var,define,module,use
Specify
1. What is Phpdocumentor?
Phpdocumentor is a tool written in PHP, and for PHP programs with canonical annotations, it can quickly generate API documents with cross-references, indexes, and so on. The old version is Phpdoc, starting with 1.3.0,
Students ' offline enrolment format is:Name:Qq:Type of repair:Estimated time of admission:Graduate Schools:Line School Number:Daily Links:Stand ready:Recommended Person:Analyzing a business model requires two aspects: the underlying business object,
The static and static variables of the PHP class are introduced. if you are a friend of php, you can see that in php, the methods/variables of the static class have two methods:
1. create an object $ object = new Class () and then use "->" to call:
In php, there are two methods for methods/variables of the callback class:1. Create an object $ object = new Class () and then use "->" to call: $ object-> attribute/function, provided that the variable/method is accessible.2. directly call the
@access
Scope of Use: Class,function,var,define,module
The tag is used to indicate access rights for the keyword: private, public, or proteced
@author
Specify the author
@copyright
Scope of Use: Class,function,var,define,module,use
Specify copyright
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.