|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include <stdlib.h>#include <string.h>#include <errno.h>#include "php.h"#include "quot_print.h"#include <stdio.h>Go to the source code of this file.
Macros | |
| #define | PHP_QPRINT_MAXL 75 |
Functions | |
| PHPAPI zend_string * | php_quot_print_decode (const unsigned char *str, size_t length, int replace_us_by_ws) |
| PHPAPI zend_string * | php_quot_print_encode (const unsigned char *str, size_t length) |
| PHP_FUNCTION (quoted_printable_decode) | |
| PHP_FUNCTION (quoted_printable_encode) | |
| #define PHP_QPRINT_MAXL 75 |
Definition at line 138 of file quot_print.c.
| PHP_FUNCTION | ( | quoted_printable_decode | ) |
Definition at line 193 of file quot_print.c.
| PHP_FUNCTION | ( | quoted_printable_encode | ) |
Definition at line 256 of file quot_print.c.
| PHPAPI zend_string * php_quot_print_decode | ( | const unsigned char * | str, |
| size_t | length, | ||
| int | replace_us_by_ws ) |
Definition at line 46 of file quot_print.c.
| PHPAPI zend_string * php_quot_print_encode | ( | const unsigned char * | str, |
| size_t | length ) |
Definition at line 140 of file quot_print.c.