php - Does ioncube keep comments after original file has been encrypted? -


i use getdoccomment() function of reflection collect comments above functions. works unencrypted php files. in future encrypt php sources ioncube , i'm wondering whether ioncube removes internal php comments or not.

it seems ioncube leaves intact comments default, according documentation:

3.15.3 omitting documentation comments [ --no-doc-comments ] documentation comments comments following syntax: /** code comment */ these comments exposed php 5 reflection api, , preserved php 5 encoder default. in order omit these documentation comments encoded files specify --no-doc-comments option.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -