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

#include <php_streams.h>

Data Fields

const php_stream_wrapper_opswops
 
voidabstract
 
int is_url
 

Detailed Description

Definition at line 160 of file php_streams.h.

Field Documentation

◆ abstract

void* _php_stream_wrapper::abstract

Definition at line 162 of file php_streams.h.

◆ is_url

int _php_stream_wrapper::is_url

Definition at line 163 of file php_streams.h.

◆ wops

const php_stream_wrapper_ops* _php_stream_wrapper::wops

Definition at line 161 of file php_streams.h.


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