lundi 14 mars 2016

PHP: Export/Reflecting run-time class method signatures

I'm now developing on a framework.

The framework encrypted all the kernel classes and functions using zend guard.

That make confused because the ide cannot recognize the code.

So I want to write a faking class methods to make the signatures.


So, after all

If I got a class instance in run-time:

$obj = new EncryptedClass();

Is there a way for me to export more info about the class of some $obj like above?





Aucun commentaire:

Enregistrer un commentaire