php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
int | zend_file_cache_script_store (zend_persistent_script *script, bool in_shm) |
zend_persistent_script * | zend_file_cache_script_load (zend_file_handle *file_handle) |
void | zend_file_cache_invalidate (zend_string *full_path) |
void zend_file_cache_invalidate | ( | zend_string * | full_path | ) |
Definition at line 1998 of file zend_file_cache.c.
zend_persistent_script * zend_file_cache_script_load | ( | zend_file_handle * | file_handle | ) |
Definition at line 1812 of file zend_file_cache.c.
int zend_file_cache_script_store | ( | zend_persistent_script * | script, |
bool | in_shm ) |
Definition at line 1089 of file zend_file_cache.c.