Searched refs:php_uudecode (Results 1 – 2 of 2) sorted by relevance
27 PHPAPI int php_uudecode(char *src, int src_len, char **dest);
127 PHPAPI int php_uudecode(char *src, int src_len, char **dest) /* {{{ */ in php_uudecode() function219 dst_len = php_uudecode(src, src_len, &dst); in PHP_FUNCTION()
Completed in 5 milliseconds