admin 发表于 2023-2-16 18:55:05

php语言的底层逻辑实现

<div id="article_content" class="article_content clearfix">
      <link rel="stylesheet" href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/editerView/kdoc_html_views-1a98987dfd.css">
      <link rel="stylesheet" href="https://csdnimg.cn/release/blogv2/dist/mdeditor/css/editerView/ck_htmledit_views-6e43165c0a.css">
                <div id="content_views" class="htmledit_views">
                  <p>php语言不是靠解释器解释&#xff0c;而是用zend虚拟机&#xff0c;屏蔽来操作系统的区别。</p>
<p>php代码编译成opcode&#xff0c;由zend虚拟机来执行opcode</p>
<p>1.操作系统层面  win/linux/mac</p>
<p>||</p>
<p>2.zend虚拟机&#xff08;执行opcode&#xff09;</p>
<p>||</p>
<p>3.zend编译器&#xff08;PHP-->opcode&#xff09;</p>
<p></p>
<p> </p>
                </div>
      </div>
      <div id="treeSkill"></div>
页: [1]
查看完整版本: php语言的底层逻辑实现