|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 struct _php_mb_encoding_handler_info_t php_mb_encoding_handler_info_t |
| 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 ) |
| MBSTRING_API SAPI_TREAT_DATA_FUNC | ( | mbstr_treat_data | ) |