Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dphp_uuencode.h27 PHPAPI zend_string *php_uudecode(char *src, size_t src_len);
H A Duuencode.c132 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 4 milliseconds