Zend Guard User Guide > Obfuscation > Function Obfuscation

Function Obfuscation

Function obfuscation, obfuscates more the application's function names and calls, (excluding entities that have been added to the Exclude List). All obfuscated files are also encoded automatically.

Function obfuscation along with Variable obfuscation provides the most efficient security coverage for PHP code.

You can exclude specific entities from being obfuscated by means of the Exclude List.

 

Read Also

  Working with Zend Guard    
  Obfuscation    
  Basic Tutorial