Voting

: min(seven, three)?
(Example: nine)

The Note You're Voting On

Anonymous
9 years ago
It should be mentioned that opcache_reset() does not reset cache when executed via cli.
So `php -r "var_dump(opcache_reset());"` outputs "true" but doesn't clean cache. Make file, access it via http - and cache is clean.

<< Back to user notes page

To Top