1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 09:42:22 +01:00

Added various functions that relies on the iconv facility:

iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(),
iconv_mime_encode(), iconv_mime_decode()

# hope this be a new year gift for you. Happy new year!
This commit is contained in:
Moriyoshi Koizumi
2002-12-31 19:13:16 +00:00
parent 350b0bbeac
commit c4e8b2baab
2 changed files with 1270 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -44,6 +44,12 @@ PHP_NAMED_FUNCTION(php_if_iconv);
PHP_FUNCTION(ob_iconv_handler);
PHP_FUNCTION(iconv_get_encoding);
PHP_FUNCTION(iconv_set_encoding);
PHP_FUNCTION(iconv_strlen);
PHP_FUNCTION(iconv_substr);
PHP_FUNCTION(iconv_strpos);
PHP_FUNCTION(iconv_strrpos);
PHP_FUNCTION(iconv_mime_encode);
PHP_FUNCTION(iconv_mime_decode);
ZEND_BEGIN_MODULE_GLOBALS(iconv)
char *input_encoding;