diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-01-09 15:11:23 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-01-09 15:11:23 +0000 |
commit | 0afcb03de3816d745ba79c5e27bbe3d7998106eb (patch) | |
tree | 9d582249e41a36fb8e9cf4d6d6e31fcf32e41b1d /ext/standard/php_string.h | |
parent | 0719e7e0061068e60d54d77088bdc9aff9bd170c (diff) | |
download | php-git-0afcb03de3816d745ba79c5e27bbe3d7998106eb.tar.gz |
added iconv extension.
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index ce6fce4a82..d4d89c8778 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -78,9 +78,6 @@ PHP_FUNCTION(strnatcasecmp); PHP_FUNCTION(substr_count); PHP_FUNCTION(str_pad); PHP_FUNCTION(sscanf); -PHP_FUNCTION(iconv); -PHP_FUNCTION(ob_iconv_handler); -PHP_FUNCTION(iconv_set_encoding); #define strnatcmp(a, b) \ strnatcmp_ex(a, strlen(a), b, strlen(b), 0) |