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"

最新文章

  1. archlinux安裝手记(Win10+Arch、GPT+UEFI、lvm)
  2. Python学习笔记2-解析数据
  3. The system cannot find the file specified
  4. UIViewController的edgesForExtendedLayout属性
  5. HM中字典编码分析
  6. 【三支火把】---C语言const用法总结
  7. yii 验证用户名是否存在 array("name","unique",'message'=>'用户名已经存在'),
  8. Ubuntu上安装flashplayer
  9. java中List对象的操作方法
  10. JavaScript 基础结构
  11. [再寄小读者之数学篇](2014-06-20 求极限-H\"older 不等式的应用)
  12. 六、Django模型基础第一节
  13. Failed to start Vsftpd ftp daemon错误
  14. Pandas 使用笔记
  15. vagrant The specified host network collides with a non-hostonly network!
  16. Python之路 - Socketserver实现多并发
  17. DMABUFF
  18. CentOS6.6 编译Redis报错:"Newer version of jemalloc required"
  19. AutoResponder Reference
  20. delphi IDE插件 cnpack 使用记录

热门文章

  1. register form
  2. Java中的ReentrantLock和synchronized两种锁定机制
  3. 使用Python学习selenium测试工具-4:查找元素
  4. Java时间串获取(格式:yyyyMMddHHmmss)
  5. C# ConcurrentDictionary实现
  6. Nginx反向代理WebSocket
  7. 你应该更新的 Java 知识之常用程序库【转载】
  8. SpringCloud实战2-Ribbon客户端负载均衡
  9. linux 切分文件
  10. zabbix用户管理