关于php的底层兑现

WBOY
Release: 2016-06-13 11:19:21
Original
856 people have browsed it

关于php的底层实现
php的底层是用C实现的是什么意思?php程序在底层是如何执行的呢?


------解决方案--------------------
java是用C写出来的,PHP也是C写出来的,就如同游戏是C++写出来的同样性质,如果你愿意,你可以用PHP再写出另一种你认为的语言来
------解决方案--------------------
底层的确是C实现的
PHP先由Zend引擎转换为 中间代码
在由这个中间代码转换为C

总之.最终是转换为C
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!