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

Data Fields

php_conv _super
 
const char * lbchars
 
size_t lbchars_len
 
size_t erem_len
 
unsigned int line_ccnt
 
unsigned int line_len
 
int lbchars_dup
 
bool persistent
 
unsigned char erem [3]
 

Detailed Description

Definition at line 194 of file filters.c.

Field Documentation

◆ _super

php_conv _php_conv_base64_encode::_super

Definition at line 195 of file filters.c.

◆ erem

unsigned char _php_conv_base64_encode::erem[3]

Definition at line 204 of file filters.c.

◆ erem_len

size_t _php_conv_base64_encode::erem_len

Definition at line 199 of file filters.c.

◆ lbchars

const char* _php_conv_base64_encode::lbchars

Definition at line 197 of file filters.c.

◆ lbchars_dup

int _php_conv_base64_encode::lbchars_dup

Definition at line 202 of file filters.c.

◆ lbchars_len

size_t _php_conv_base64_encode::lbchars_len

Definition at line 198 of file filters.c.

◆ line_ccnt

unsigned int _php_conv_base64_encode::line_ccnt

Definition at line 200 of file filters.c.

◆ line_len

unsigned int _php_conv_base64_encode::line_len

Definition at line 201 of file filters.c.

◆ persistent

bool _php_conv_base64_encode::persistent

Definition at line 203 of file filters.c.


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