编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « OPcache
  • 安装/配置 »
  • PHP Manual
  • OPcache
  • 简介

简介

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

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

相关文章
php 影响 php 行为的扩展 opcachephp sequence updates all values by applying a callback function to each valuephp sequence reverses the sequence in placephp set returns a shallow copy of the setphp opcache 函数 无需运行,即可编译并缓存 php 脚本php opcache 函数 获取缓存的配置信息php opcache 函数 获取缓存的状态信息php opcache 函数 废除脚本缓存php opcache 函数 tells whether a script is cached in opcachephp opcache 函数 重置字节码缓存的内容php pspell 函数 add the word to the wordlist in the current sessionphp pspell 函数 store a replacement pair for a wordphp paradox 函数 returns number of fields in a databasephp opcache 简介php mongodb driver monitoring commandsucceededevent returns the command namephp mongodb driver exception runtimeexception returns whether an error label is associated with an exceptionphp opcache 安装/配置php opcache opcache 函数php 用户空间命名指南 全局命名空间php v8jsexception the getjslinenumber purpose
关注编程学问公众号
编程学问网 湘ICP备20001732号