PHPXref: PHP code reading tool ????????????????? In the face of large open-source programs, if we want to modify, perform secondary development, or simply read the code on this basis. That is very difficult .? Well, PHPXref is a good tool that allows you to quickly understand the code. This is because, in the document generated after processing it, wherever your mouse pointer goes, it will show that PHPXref: a powerful tool for PHP code reading.
????????????????? In the face of large open-source programs, if we want to modify, perform secondary development, or simply read the code on this basis. That is very difficult.
? Well, PHPXref is a good tool that allows you to quickly understand the code. This is because, in the document generated after processing it, wherever your mouse pointer goes, it will show where the function is defined and where it is used, including whether it is a PHP function, it tells you. The same is true for variables and classes. in the file list, annotations in the file are also extracted to let you know what the file is.
?????????????????? Of course, it is not omnipotent, and there is still a deficiency, that is, for fully object-oriented programs, object flows, it cannot be expressed. It cannot match ROSE's reverse engineering function.
?????????????????? PHPXref website: http://phpxref.sourceforge.net.
?????????????????? PHPXref has different platform versions. In addition, you do not need to install WINDOWS, and do not need any third-party components. Decompress the package and run it. It is quite simple to use. just copy the source code you want to analyze to the./source directory,
?????????????????? For windows: run PHPXref.exe directly. (This version reports an error, but does not affect subsequent code analysis. )
?????????????????? For linux: run PHPXref. pl directly
?????????????????? The program will analyze your code and output the result to the output directory. Open to view.
?
?
?