php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
quot_print.c File Reference
#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_stringphp_quot_print_decode (const unsigned char *str, size_t length, int replace_us_by_ws)
 
PHPAPI zend_stringphp_quot_print_encode (const unsigned char *str, size_t length)
 
 PHP_FUNCTION (quoted_printable_decode)
 
 PHP_FUNCTION (quoted_printable_encode)
 

Macro Definition Documentation

◆ PHP_QPRINT_MAXL

#define PHP_QPRINT_MAXL   75

Definition at line 138 of file quot_print.c.

Function Documentation

◆ PHP_FUNCTION() [1/2]

PHP_FUNCTION ( quoted_printable_decode )

Definition at line 193 of file quot_print.c.

◆ PHP_FUNCTION() [2/2]

PHP_FUNCTION ( quoted_printable_encode )

Definition at line 256 of file quot_print.c.

◆ php_quot_print_decode()

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.

◆ php_quot_print_encode()

PHPAPI zend_string * php_quot_print_encode ( const unsigned char * str,
size_t length )

Definition at line 140 of file quot_print.c.