Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
opcache_reset
(PHP 5 >= 5.5.0, PECL ZendOpcache >= 7.0.0)
opcache_reset — Resets the contents of the opcode cache
Описание
boolean opcache_reset ( void )This function resets the entire opcode cache. After calling opcache_reset(), all scripts will be reloaded and reparsed the next time they are hit.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE if the opcode cache was reset, or FALSE if the opcode cache is disabled.
Смотрите также
- opcache_invalidate() - Invalidates a cached script
User Contributed Notes
There are no user contributed notes for this page.

Описание на php.ru