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

Data Fields

php_convcd
 
bool persistent
 
char * filtername
 
char stub [128]
 
size_t stub_len
 

Detailed Description

Definition at line 1063 of file filters.c.

Field Documentation

◆ cd

php_conv* _php_convert_filter::cd

Definition at line 1064 of file filters.c.

◆ filtername

char* _php_convert_filter::filtername

Definition at line 1066 of file filters.c.

◆ persistent

bool _php_convert_filter::persistent

Definition at line 1065 of file filters.c.

◆ stub

char _php_convert_filter::stub[128]

Definition at line 1067 of file filters.c.

◆ stub_len

size_t _php_convert_filter::stub_len

Definition at line 1068 of file filters.c.


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