Can a php code encryted?
Is it possible to execute the php file which is
encrypted(without decrypting), if so pleaze tell me the way.
Answer Posted / naresh
There is a zend encryptor for php code encryption, which
enables the code to be encrypted and we can execute the code
as we execute our simple php code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
Explain what does the expression exception::__tostring means?
Tell me what is the main difference between php 4 and php 5?
What is trim function in php?
Explain mixed and callback functions?
List some string function name in php?
Tell me how can we display information of a variable and readable by human with php?
What does $globals means?
Do you know what is the function func_num_args() used for?
What does csrf token mismatch mean?
How would you determine the size of a file in php?
What is static in php?
Why php was called as personal home page?
What is the difference between print() and echo()?
What is a closure in php?