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_uudecode (const char *src, size_t src_len) |
PHPAPI zend_string * | php_uuencode (const char *src, size_t src_len) |
PHPAPI zend_string * php_uudecode | ( | const char * | src, |
size_t | src_len ) |
Definition at line 129 of file uuencode.c.
PHPAPI zend_string * php_uuencode | ( | const char * | src, |
size_t | src_len ) |
Definition at line 64 of file uuencode.c.