#!/usr/bin/env php <?php /** * phpDocumentor * * PHP Version 5.3 * * @copyright 2010-2013 Mike van Riel / Naenius (http://www.naenius.com) * @license http://www.opensource.org/licenses/mit-license.php MIT * @link http://phpdoc.org */
Recognition supports any tag, as well as some appended ones (such as @link).
Faster processing speed. Compared with phpDocumentor 1, the processing time under Zend Framework has been significantly reduced.
Low memory consumption, the memory consumption of small, medium and large projects is less than 20MB, 40MB and 100MB respectively.
Incremental analysis. If you have the structure.xml file obtained by running phpdoc before, the speed of regenerating the document after minor modifications will be increased by 80%.
It’s easy to create a template, just 1 small step and edit 3 files.
Compatible with the 1st generation command line. For example --directory, --file and --target
two-step processing. First generate a structure file. You can format relevant information according to this file and use your own tools to display the information!
All resources on this site are contributed by netizens or reprinted by major download sites. Please check the integrity of the software yourself! All resources on this site are for learning reference only. Please do not use them for commercial purposes. Otherwise, you will be responsible for all consequences! If there is any infringement, please contact us to delete it. Contact information: admin@php.cn
Related Article
12Apr2024
PHP function documentation provides function information, including: Function prototype: function name, parameter list, return value type Parameter description: parameter name, type, default value, purpose Return value description: return value type (int, string, etc.) Understanding this information can Allows you to effectively use PHP libraries. By reading prototypes, parameter descriptions, and return value descriptions, you can understand function behavior and integrate it into your code.
21Jun2019
In object-oriented languages, there are some built-in basic functional classes provided by the language, such as Array, Number and other classes in JavaScript. There are also many such classes in PHP, such as Directory, stdClass, Exception and other classes.
13Nov2024
Compiler-Generated Copy Constructors for Classes with Nested ObjectsWhen a class contains other objects and does not explicitly define a copy...
22Apr2024
The PHP Function Library is the most comprehensive documentation and resource guide for PHP functions. Official documentation includes the PHP Manual (php.net), while community resources include the PHP Library Manual, Packagist, StackOverflow, and GitHub. In addition, third-party libraries (such as GuzzleHTTP, Carbon and Illuminate\Support) can extend the functions of the PHP function library and provide richer development tools.
19May2017
Database operation is an important part of the development process, and being proficient in database operation is an essential weapon for developers. PHP Chinese website provides you with various encapsulated PHP database operation libraries for you to download and learn.
03Jun2023
Third-party class libraries Third-party class libraries refer to other class libraries besides the ThinkPHP framework and application project class libraries. They are generally provided by third-party systems or products, such as class libraries of Smarty, Zend and other systems. For the class libraries imported earlier using automatic loading or the import method, the ThinkPHP convention is to use .class.php as the suffix. Non-such suffixes need to be controlled through the import parameters. But for the third type of library, since there is no such agreement, its suffix can only be considered to be php. In order to easily introduce class libraries from other frameworks and systems, ThinkPHP specifically provides the function of importing third-party class libraries. Third-party class libraries are uniformly placed in the ThinkPHP system directory/
Hot Tools
PHP library for dependency injection containers
PHP library for dependency injection containers
A collection of 50 excellent classic PHP algorithms
Classic PHP algorithm, learn excellent ideas and expand your thinking
Small PHP library for optimizing images
Small PHP library for optimizing images