Searched refs:php_uudecode (Results 1 – 2 of 2) sorted by relevance
20 PHPAPI zend_string *php_uudecode(const char *src, size_t src_len);
129 PHPAPI zend_string *php_uudecode(const char *src, size_t src_len) /* {{{ */ in php_uudecode() function226 if ((dest = php_uudecode(ZSTR_VAL(src), ZSTR_LEN(src))) == NULL) { in PHP_FUNCTION()
Completed in 6 milliseconds