I would like to create a script that would open a php file and tell me it's content, but i want to know if there is a class in there and if so, what methods are there, what parameters are they waiting for, and so on and so forth.
So basically it would work a little bit like phpDocumentor, at least that is how i imagine it.
Could you please point me in to the right direction, i all ready googled it and of course i tried file_get_contents() but that didn't gave me the class.