php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
mb_gpc.h File Reference
#include "php.h"

Go to the source code of this file.

Data Structures

struct  _php_mb_encoding_handler_info_t
 

Typedefs

typedef struct _php_mb_encoding_handler_info_t php_mb_encoding_handler_info_t
 

Functions

 SAPI_POST_HANDLER_FUNC (php_mb_post_handler)
 
MBSTRING_API SAPI_TREAT_DATA_FUNC (mbstr_treat_data)
 
int _php_mb_enable_encoding_translation (int flag)
 
const mbfl_encoding_php_mb_encoding_handler_ex (const php_mb_encoding_handler_info_t *info, zval *arg, char *res)
 

Typedef Documentation

◆ php_mb_encoding_handler_info_t

Function Documentation

◆ _php_mb_enable_encoding_translation()

int _php_mb_enable_encoding_translation ( int flag)

◆ _php_mb_encoding_handler_ex()

const mbfl_encoding * _php_mb_encoding_handler_ex ( const php_mb_encoding_handler_info_t * info,
zval * arg,
char * res )

Definition at line 165 of file mb_gpc.c.

◆ SAPI_POST_HANDLER_FUNC()

SAPI_POST_HANDLER_FUNC ( php_mb_post_handler )

Definition at line 285 of file mb_gpc.c.

◆ SAPI_TREAT_DATA_FUNC()

MBSTRING_API SAPI_TREAT_DATA_FUNC ( mbstr_treat_data )

Definition at line 35 of file mb_gpc.c.