php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_virtual_cwd_globals Struct Reference

#include <zend_virtual_cwd.h>

Data Fields

cwd_state cwd
 
zend_long realpath_cache_size
 
zend_long realpath_cache_size_limit
 
zend_long realpath_cache_ttl
 
realpath_cache_bucketrealpath_cache [1024]
 

Detailed Description

Definition at line 238 of file zend_virtual_cwd.h.

Field Documentation

◆ cwd

cwd_state _virtual_cwd_globals::cwd

Definition at line 239 of file zend_virtual_cwd.h.

◆ realpath_cache

realpath_cache_bucket* _virtual_cwd_globals::realpath_cache[1024]

Definition at line 243 of file zend_virtual_cwd.h.

◆ realpath_cache_size

zend_long _virtual_cwd_globals::realpath_cache_size

Definition at line 240 of file zend_virtual_cwd.h.

◆ realpath_cache_size_limit

zend_long _virtual_cwd_globals::realpath_cache_size_limit

Definition at line 241 of file zend_virtual_cwd.h.

◆ realpath_cache_ttl

zend_long _virtual_cwd_globals::realpath_cache_ttl

Definition at line 242 of file zend_virtual_cwd.h.


The documentation for this struct was generated from the following file: