php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_file_cache.h File Reference

Go to the source code of this file.

Functions

int zend_file_cache_script_store (zend_persistent_script *script, bool in_shm)
 
zend_persistent_scriptzend_file_cache_script_load (zend_file_handle *file_handle)
 
void zend_file_cache_invalidate (zend_string *full_path)
 

Function Documentation

◆ zend_file_cache_invalidate()

void zend_file_cache_invalidate ( zend_string * full_path)

Definition at line 1998 of file zend_file_cache.c.

◆ zend_file_cache_script_load()

zend_persistent_script * zend_file_cache_script_load ( zend_file_handle * file_handle)

Definition at line 1812 of file zend_file_cache.c.

◆ zend_file_cache_script_store()

int zend_file_cache_script_store ( zend_persistent_script * script,
bool in_shm )

Definition at line 1089 of file zend_file_cache.c.