opcache_reset
(PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ZendOpcache >= 7.0.0)
opcache_reset — 重置位元組碼快取的內容
說明
opcache_reset(): boolean
該函式將重置整個位元組碼快取。 在呼叫 opcache_reset() 之後,所有的指令碼將會重新載入並且在下次被點選的時候重新解析。
參數
此函式沒有參數。
返回值
如果位元組碼快取被重置成功,則返回 true
;如果位元組碼快取被禁用,則返回 false
。