reference/opcache/functions/opcache-invalidate.xml
50b104c116f6b1798e36bf2f56b1fa023b8a7a92
...
...
@@ -17,7 +17,7 @@
17
17
This function invalidates a particular script from the opcode cache. If
18
18
<parameter>force</parameter> is unset or &false;, the script will only be
19
19
invalidated if the modification time of the script is newer than the cached
20
-
opcodes.
20
+
opcodes. This function only invalidates in-memory cache and not file cache.
21
21
</para>
22
22
</refsect1>
23
23

24
24