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

#include <file.h>

Data Fields

int fd
 
zend_stat_t st
 
const voidfbuf
 
size_t flen
 
zend_off_t eoff
 
voidebuf
 
size_t elen
 

Detailed Description

Definition at line 177 of file file.h.

Field Documentation

◆ ebuf

void* buffer::ebuf

Definition at line 183 of file file.h.

◆ elen

size_t buffer::elen

Definition at line 184 of file file.h.

◆ eoff

zend_off_t buffer::eoff

Definition at line 182 of file file.h.

◆ fbuf

const void* buffer::fbuf

Definition at line 180 of file file.h.

◆ fd

int buffer::fd

Definition at line 178 of file file.h.

◆ flen

size_t buffer::flen

Definition at line 181 of file file.h.

◆ st

zend_stat_t buffer::st

Definition at line 179 of file file.h.


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