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

#include <zend_virtual_cwd.h>

Data Fields

zend_ulong key
 
char * path
 
char * realpath
 
struct _realpath_cache_bucketnext
 
time_t expires
 
uint16_t path_len
 
uint16_t realpath_len
 
uint8_t is_dir:1
 

Detailed Description

Definition at line 221 of file zend_virtual_cwd.h.

Field Documentation

◆ expires

time_t _realpath_cache_bucket::expires

Definition at line 226 of file zend_virtual_cwd.h.

◆ is_dir

uint8_t _realpath_cache_bucket::is_dir

Definition at line 229 of file zend_virtual_cwd.h.

◆ key

zend_ulong _realpath_cache_bucket::key

Definition at line 222 of file zend_virtual_cwd.h.

◆ next

struct _realpath_cache_bucket* _realpath_cache_bucket::next

Definition at line 225 of file zend_virtual_cwd.h.

◆ path

char* _realpath_cache_bucket::path

Definition at line 223 of file zend_virtual_cwd.h.

◆ path_len

uint16_t _realpath_cache_bucket::path_len

Definition at line 227 of file zend_virtual_cwd.h.

◆ realpath

char* _realpath_cache_bucket::realpath

Definition at line 224 of file zend_virtual_cwd.h.

◆ realpath_len

uint16_t _realpath_cache_bucket::realpath_len

Definition at line 228 of file zend_virtual_cwd.h.


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