php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
base64.c File Reference
#include <string.h>
#include "php.h"
#include "base64.h"

Go to the source code of this file.

Functions

PHPAPI zend_stringphp_base64_encode_ex (const unsigned char *str, size_t length, zend_long flags)
 
PHPAPI zend_stringphp_base64_decode_ex (const unsigned char *str, size_t length, bool strict)
 
 PHP_FUNCTION (base64_encode)
 
 PHP_FUNCTION (base64_decode)
 

Function Documentation

◆ php_base64_decode_ex()

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

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 )

Definition at line 1189 of file base64.c.

◆ PHP_FUNCTION() [1/2]

PHP_FUNCTION ( base64_decode )

Definition at line 1247 of file base64.c.

◆ PHP_FUNCTION() [2/2]

PHP_FUNCTION ( base64_encode )

Definition at line 1231 of file base64.c.