php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
base64.h File Reference

Go to the source code of this file.

Macros

#define PHP_BASE64_NO_PADDING   1
 

Functions

PHPAPI zend_stringphp_base64_encode_ex (const unsigned char *, size_t, zend_long flags)
 
PHPAPI zend_stringphp_base64_decode_ex (const unsigned char *, size_t, bool)
 

Macro Definition Documentation

◆ PHP_BASE64_NO_PADDING

#define PHP_BASE64_NO_PADDING   1

Definition at line 65 of file base64.h.

Function Documentation

◆ php_base64_decode_ex()

PHPAPI zend_string * php_base64_decode_ex ( const unsigned char * str,
size_t length,
bool strict )
extern

Definition at line 1210 of file base64.c.

◆ php_base64_encode_ex()

PHPAPI zend_string * php_base64_encode_ex ( const unsigned char * str,
size_t length,
zend_long flags )
extern

Definition at line 1189 of file base64.c.