diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-01-08 01:40:33 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-01-08 01:40:33 +0000 |
commit | 517b81ad43952162caa70cae07f4a9d106277f94 (patch) | |
tree | 2884366369e2d2d94ab016a0c56d478a77a0fc46 /ext/standard/php_string.h | |
parent | b2cb9ac8fe3599655e0e7a4e852396fee96c47dc (diff) | |
download | php-git-517b81ad43952162caa70cae07f4a9d106277f94.tar.gz |
added a output handler function ob_iconv_handler which tranforms output encoding using iconv().
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index c60c214830..da8a568954 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -79,6 +79,7 @@ PHP_FUNCTION(substr_count); PHP_FUNCTION(str_pad); PHP_FUNCTION(sscanf); PHP_FUNCTION(iconv); +PHP_FUNCTION(ob_iconv_handler); #define strnatcmp(a, b) \ strnatcmp_ex(a, strlen(a), b, strlen(b), 0) |