Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 PHP 内部判断脚本是否被 opCache 命中。
我知道我可以从phpinfo()大约
phpinfo()
问题是这只是统计数据。我想要的是执行以下操作。当我test.php从脚本内部运行一些脚本时,它会告诉我它是被 opCache 命中还是错过了。有可能这样做吗?
test.php