php class comment

Solutions on MaxInterview for php class comment by the best coders in the world

showing results for - "php class comment"
Paula
04 Jun 2019
1/**
2 * Short description for class
3 *
4 * Long description for class (if any)...
5 *
6 * @copyright  2006 Zend Technologies
7 * @license    http://www.zend.com/license/3_0.txt   PHP License 3.0
8 * @version    Release: @package_version@
9 * @link       http://dev.zend.com/package/PackageName
10 * @since      Class available since Release 1.2.0
11 */ 
12