PhpParser
class PhpParser
internal |
Parses PHP source code and returns:
- the start/end line information about functions, classes, interfaces, traits and their methods
- the count of code lines
- the count of commented code lines
Methods
Details
at line 50
stdClass
parse($code)
No description