Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_uuencode.h27 PHPAPI int php_uudecode(char *src, int src_len, char **dest);
H A Duuencode.c127 PHPAPI int php_uudecode(char *src, int src_len, char **dest) /* {{{ */ in php_uudecode() function
219 dst_len = php_uudecode(src, src_len, &dst); in PHP_FUNCTION()

Completed in 5 milliseconds