error (line 49)
Print error message and exit
void
error
($msg $msg)
-
$msg
$msg: Message to write to console.
get_all_php_files (line 155)
Retrive a list of all PHP files in the given directory
Array
get_all_php_files
($dir $dir, $recursive &$excludeFiles, mixed $recursive)
-
$dir
$dir: Directory to scan
-
$recursive
&$excludeFiles: True is directory is scanned recursively
help (line 26)
Print help message and exit
void
help
()
instrument (line 73)
Instrument the PHP file.
void
instrument
($file $file)
uninstrument (line 108)
Uninstrument the PHP file
void
uninstrument
($file $file)
writeMsg (line 60)
Write a information message
void
writeMsg
($msg $msg)
-
$msg
$msg: Message to write to console.