phpが入ってるディレクトリで
ctags -a -R --langmap=PHP:.php --php-types=c+f+d+v+i .
でOKみたい
↓で種類みれる
ctags --list-kinds=php
こうすればtagsファイルが作られる
参考リンク
http://blog.veryposi.info/programing/php/php-ctags-vim/
ctags -a -R --langmap=PHP:.php --php-types=c+f+d+v+i .
ctags --list-kinds=php