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

Go to the source code of this file.

Functions

PHPAPI zend_stringphp_uudecode (const char *src, size_t src_len)
 
PHPAPI zend_stringphp_uuencode (const char *src, size_t src_len)
 

Function Documentation

◆ php_uudecode()

PHPAPI zend_string * php_uudecode ( const char * src,
size_t src_len )

Definition at line 129 of file uuencode.c.

◆ php_uuencode()

PHPAPI zend_string * php_uuencode ( const char * src,
size_t src_len )

Definition at line 64 of file uuencode.c.