PHP opcode is similar to Java bytecode or .Net CIL. PHP code is not interpreted directly by the Zend Engine but first compiled to opcode which is then executed.
PHP opcode is similar to Java bytecode or .NET CIL. PHP code is not interpreted directly by the Zend Engine, but it is first compiled to opcode which is then executed.