I want a tool to confuse my PHP code, and I want the following function:
1.replace all variable with no-meaning string, such as $a2233445.
2.delete all comments in the code.
3.throw the code format into confusion.
Does anybody know such a tool?
Thanks!