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

#include <php_stream_mmap.h>

Data Fields

size_t offset
 
size_t length
 
php_stream_mmap_access_t mode
 
char * mapped
 

Detailed Description

Definition at line 44 of file php_stream_mmap.h.

Field Documentation

◆ length

size_t php_stream_mmap_range::length

Definition at line 48 of file php_stream_mmap.h.

◆ mapped

char* php_stream_mmap_range::mapped

Definition at line 53 of file php_stream_mmap.h.

◆ mode

php_stream_mmap_access_t php_stream_mmap_range::mode

Definition at line 50 of file php_stream_mmap.h.

◆ offset

size_t php_stream_mmap_range::offset

Definition at line 47 of file php_stream_mmap.h.


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