PHP
PHP
is a server-side, cross-platform, HTML embedded scripting language. If you are
completely new to PHP and want to get some idea of how it works, have a look
at the introductory tutorial.
PHP is a tool that lets you
create dynamic web pages. PHP-enabled web pages are treated just like regular
HTML pages and you can create and edit them the same way you normally create
regular HTML pages.
The PHP is integrated with the Zend Optimizer for faster execution
of the PHP Script. The Zend Optimizer goes over the intermediate code generated
by the standard Zend run-time compiler located in the Zend Engine, and then
optimizes it for faster execution. Those who purchase the Zend Encoder Unlimited
can use the Zend Optimizer to run Zend-encoded files. The Zend Optimizer is
integrated into Zend Encoder Unlimited products to provide extra protection
against reverse engineering. Since the optimization passes are done off-line
in the Zend Encoder Unlimited, it also performs optimizations that take longer
to run. This gives the added benefit of improved code obfuscation.