-
This PHP script is mainly used to generate call graphs of PHP code with GraphViz. It can generate diagrams in the GraphViz DOT format from a list of called or uncalled functions.Functions can also parse PHP scripts to extract the list of functions in the code to generate the call tree graph.Requirements:- PHP 4 or Higher

