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

#include <file.h>

Data Fields

php_streamstream
 
int ulc
 
int lc
 
char * input_buffer
 
char * token_data
 
int token_len
 
int in_meta
 

Detailed Description

Definition at line 81 of file file.h.

Field Documentation

◆ in_meta

int _php_meta_tags_data::in_meta

Definition at line 88 of file file.h.

◆ input_buffer

char* _php_meta_tags_data::input_buffer

Definition at line 85 of file file.h.

◆ lc

int _php_meta_tags_data::lc

Definition at line 84 of file file.h.

◆ stream

php_stream* _php_meta_tags_data::stream

Definition at line 82 of file file.h.

◆ token_data

char* _php_meta_tags_data::token_data

Definition at line 86 of file file.h.

◆ token_len

int _php_meta_tags_data::token_len

Definition at line 87 of file file.h.

◆ ulc

int _php_meta_tags_data::ulc

Definition at line 83 of file file.h.


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