返回 OPcache... 登陆

OPcache

阿神 2016-11-26 1853

OPcache 通过将 PHP 脚本预编译的字节码存储到共享内存中来提升 PHP 的性能, 存储预编译字节码的好处就是 省去了每次加载和解析 PHP 脚本的开销。

PHP 5.5.0 及后续版本中已经绑定了 OPcache 扩展。 对于 PHP 5.2,5.3 和 5.4 版本可以使用PECL 扩展中的 OPcache 库。  


热门词条

opcache_get_status strcmp Zip phpinfo fgetcsv String,字符串 Object,对象 readline 属性 http://,https://

PHP中文网