简单的试用心得如下: @H_3010@ 安装pman @H3010@ 使用传说中的pear来安装pman @H301_0@ sudo pear install doc.PHP.net/pman 如果pear版本比较老,需要先升级pear才可以继续 sudo pear upgrade pear pman使用方法 @H_301_0@ pman的使用方法很傻瓜,比如我们想查看strlen的帮助信息: pman strlen 帮助文本的内容是彩色的,能和chm版本的PHP帮助文档媲美。pman的详细使用帮助如下 @H_3010@ #pman --help @H3010@ man,version 1.6c @H3010@ usage: man [-adfhktwW] [section] [-M path] [-P pager] [-S list] @H3010@ [-m system] [-p string] name ... @H3010@ a : find all matching entries @H3010@ c : do not use cat file @H3010@ d : print gobs of debugging information @H3010@ D : as for -d,but also display the pages @H3010@ f : same as whatis(1) @H3010@ h : print this help message @H3010@ k : same as apropos(1) @H3010@ K : search for a string in all pages @H3010@ t : use troff to format pages for printing @H3010@ w : print location of man page(s) that would be displayed @H3010@ (if no name given: print directories that would be searched) @H3010@ W : as for -w,but display filenames only @H3010@ C file : use `file' as configuration file @H3010@ M path : set search path for manual pages to `path' @H3010@ P pager : use program `pager' to display pages @H3010@ S list : colon separated section list @H3010@ m system : search for alternate system's man pages @H3010@ p string : string tells which preprocessors to run @H3010@ e - [n]eqn(1) p - pic(1) t - tbl(1) @H3010@ g - grap(1) r - refer(1) v - vgrind(1) @H301_0@ 还有一个好处是在vim里查看PHP帮助信息更方便了,结合完美 :!pman strlen