首頁
PHP
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
opcache_invalidate
opcache_invalidate
使緩存的腳本無效
名稱:
opcache_invalidate
分類:
opcache
所屬語言:
php
一句話介紹:
使緩存的腳本無效
相關內容
stream_get_filters如何幫助簡化複雜的數據流過濾?
2
get_include_path() 的默認返回值是什麼?如何調整?
2
如何避免在調用curl_close 後,PHP 腳本執行延遲?
3
在復雜應用中,如何通過ob_list_handlers調試緩存層次
2
同類函數
opcache_is_script_cached
opcache_is_script_cached
指示腳本是否緩存在OPCache中
opcache_get_status
opcache_get_status
獲取有關緩存的狀態信息
opcache_compile_file
opcache_compile_file
編譯和緩存PHP腳本而不需執行它
opcache_get_configuration
opcache_get_configuration
獲取有關緩存的配置信息
opcache_invalidate
opcache_invalidate
使緩存的腳本無效
opcache_reset
opcache_reset
重置操作碼緩存的內容
熱門文章