InterviewSolution
| 1. |
What Is Zephir In Phalcon ? |
|
Answer» Zephir – ZE(nd ENGINE) Ph(p) I(nt)r(mediate) – is a high level language that eases the creation and maintainability of extensions for PHP. Zephir extensions are exported to C CODE that can be compiled and optimized by MAJOR C compilers such as gcc/clang/vc++. Functionality is EXPOSED to the PHP language Zephir – Ze(nd Engine) Ph(p) I(nt)r(mediate) – is a high level language that eases the creation and maintainability of extensions for PHP. Zephir extensions are exported to C code that can be compiled and optimized by major C compilers such as gcc/clang/vc++. Functionality is exposed to the PHP language |
|