summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorRui Hirokawa <hirokawa@php.net>2001-01-08 02:39:52 +0000
committerRui Hirokawa <hirokawa@php.net>2001-01-08 02:39:52 +0000
commit63689331183be0995650432ee4cdc7196e305b67 (patch)
tree20349ab714d29a4966609825ef8c25c70b465f76 /ext/standard/php_string.h
parent75eea8ed1bee0adc0b9f14965cde8f778c5bb89f (diff)
downloadphp-git-63689331183be0995650432ee4cdc7196e305b67.tar.gz
added iconv_set_encoding() to change the encoding setting.
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r--ext/standard/php_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h
index da8a568954..ce6fce4a82 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -80,6 +80,7 @@ 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)