php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Functions | |
PHPAPI zend_string * | php_base64_encode_ex (const unsigned char *str, size_t length, zend_long flags) |
PHPAPI zend_string * | php_base64_decode_ex (const unsigned char *str, size_t length, bool strict) |
PHP_FUNCTION (base64_encode) | |
PHP_FUNCTION (base64_decode) | |
PHPAPI zend_string * php_base64_decode_ex | ( | const unsigned char * | str, |
size_t | length, | ||
bool | strict ) |
PHPAPI zend_string * php_base64_encode_ex | ( | const unsigned char * | str, |
size_t | length, | ||
zend_long | flags ) |
PHP_FUNCTION | ( | base64_decode | ) |
PHP_FUNCTION | ( | base64_encode | ) |