DragonFly On-Line Manual Pages
PHPTAGS(1) DragonFly General Commands Manual PHPTAGS(1)
NAME
phptags - create a tags file for PHP
SYNOPSIS
phptags [-Vcvh] [-V] [-f tagsfile] ...
DESCRIPTION
The phptags utility makes a tags file from the specified PHP sources.
A tags file gives the locations of functionss in a group of files.
Each line of the tags file contains the function name, the file in
which it is defined, and a search pattern for the function definition,
separated by white-space.
OPTIONS
-f filename
Place the tag descriptions in a file called tagsfile. The
default behaviour is to place them in a file called tags.
-c Create tags for classes (default: off).
-v Be verbose (default: off).
-h Display help.
-V Show version.
FILES
/usr/local/etc/phptags.conf
System-wide configuration file.
$HOME/.phptagsrc
Personal configuration file.
EXAMPLE
phptags *.php
AUTHOR
Roman Bogorodskiy <bogorodskiy@inbox.ru>
SEE ALSO
ctags(1), php(1), vi(1), ex(1)
0.3.0 5 Nov 2004 PHPTAGS(1)