README
ChangeLog
INSTALL
FAQ
Todo List
[line 63]
regexp-ready string to search for basename of ignore strings),...)
[line 57]
and to the different web interfaces
[line 71]
Use lowercase letters always, to simplify string comparisons
Io Io( )
Array is in the format of:
[filename][tag][] = "f"; [filename][tag][] = "-file"; [filename][desc] "name of file to parse"
bool checkIgnore( string $file, string $path, array $ignore, [bool $ignore_no_ext = true], [bool $ignoresymlinks = false])
array dirList( $orig_directory, [bool $hidden = false], [bool $ignore_symlinks = false], string $directory)
string displayHelpMsg( )
mixed getAllFiles( string $file)
wildcards
void getBase( array $filelist)
takes the list of files, and returns the subdirectory they share in common, so in this list:
getBase will return "/dir1/dir2"
void getDirTree( string $dir, string $base_dir, [array $ignore = array()], [boolean $hidden = false], [boolean $ignoresymlinks = false])
array getReadmeInstallChangelog( string $base, array $filelist)
string getRegExpableSearchString( string $s)
array getTutorials( array $filelist)
files to parse
boolean isIncludeable( string $filename)
then calls http://www.php.net/is_readable when it finds the file
array parseArgv( )
void readPhpFile( string $path, [ $quietMode = false])
file extensions are set in phpdoc.inc
string|array removeNonMatches( array $dir, string $match)
$match
void _setupIgnore( array $ignore)