Home
last modified time | relevance | path

Searched refs:php_uudecode (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Dphp_uuencode.h25 PHPAPI zend_string *php_uudecode(char *src, size_t src_len);
H A Duuencode.c130 PHPAPI zend_string *php_uudecode(char *src, size_t src_len) /* {{{ */ in php_uudecode() function
226 if ((dest = php_uudecode(ZSTR_VAL(src), ZSTR_LEN(src))) == NULL) { in PHP_FUNCTION()

Completed in 7 milliseconds