Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dphp_uuencode.h28 PHPAPI int php_uuencode(char *src, int src_len, char **dest);
H A Duuencode.c68 PHPAPI int php_uuencode(char *src, int src_len, char **dest) /* {{{ */ in php_uuencode() function
202 dst_len = php_uuencode(src, src_len, &dst); in PHP_FUNCTION()

Completed in 7 milliseconds