首页
PHP
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
opcache_compile_file
opcache_compile_file
编译和缓存 PHP 脚本而不需执行它
名称:
opcache_compile_file
分类:
OPcache
所属语言:
php
一句话介绍:
编译和缓存 PHP 脚本而不需执行它
相关内容
如何通过session_gc提高PHP应用的性能?
7
通过 gmdate 结合 strtotime 处理特定日期的格式化
6
如何在 init 函数中使用 error_log() 调试
5
PHP abs()和max()函数结合的实际应用
3
同类函数
opcache_is_script_cached
opcache_is_script_cached
指示脚本是否缓存在OPCache中
opcache_get_status
opcache_get_status
获取有关缓存的状态信息
opcache_compile_file
opcache_compile_file
编译和缓存PHP脚本而不需执行它
opcache_invalidate
opcache_invalidate
使缓存的脚本无效
opcache_get_configuration
opcache_get_configuration
获取有关缓存的配置信息
opcache_reset
opcache_reset
重置操作码缓存的内容
热门文章