编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 cairofontoptions the setsubpixelorder purposephp cairoimagesurface retrieves the width of the cairoimagesurfacephp cairopattern the getmatrix purposephp maxdb 函数 returns whether thread safety is given or notphp 多字节字符串 函数 regular expression match for multibyte stringphp 多字节字符串 函数 设置/获取内部字符编码php opcache 函数 无需运行,即可编译并缓存 php 脚本php opcache 函数 获取缓存的配置信息php opcache 函数 获取缓存的状态信息php opcache 函数 废除脚本缓存php opcache 函数 tells whether a script is cached in opcachephp opcache 函数 重置字节码缓存的内容php opcode descriptions and examples isset isempty varphp opcode descriptions and examples post incphp opcache 简介php opcache 安装/配置php opcache opcache 函数php solrquery determines what kind of parameters to include in the responsephp solrquery specifies a string prefix with which to limits the terms on which to facet
关注编程学问公众号
编程学问网 湘ICP备20001732号