码迷,mamicode.com
首页 > Web开发 > 详细

phpdoc生成文档(暨pear/pecl管理包)

时间:2018-04-20 12:14:56      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:bsp   ash   ack   phar   使用   style   frame   file   html   

1、win下安装pear

$file = ‘http://pear.php.net/go-pear.phar‘;
$file2 = ‘f:\go-pear.phar‘;
// Open the file to get existing content
$current = file_get_contents($file);
// Write the contents back to the file
将go-pear.phar复制到php.exe同目录下,cd进入该目录,执行php -d phar.require_hash=0 go-pear.phar命令,选择local,一路enter,完成后,该目录下会出现pear有关的目录和bat文件。

 

2、以phpdocumentor为例使用pear

Pear install phpDocumentor

 

3、命令生成

phpdoc -d "f:\phpdoc\1" -t  "f:\phpdoc\doc"  -o "HTML:frames:phpedit"

 

phpdoc生成文档(暨pear/pecl管理包)

标签:bsp   ash   ack   phar   使用   style   frame   file   html   

原文地址:https://www.cnblogs.com/thingk/p/8809789.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!