summaryrefslogtreecommitdiff
path: root/ext/iconv/php_iconv.h
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-12-31 19:13:16 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-12-31 19:13:16 +0000
commitc4e8b2baab04a6189ed40407e068844cfa4b036e (patch)
treef19378d97597875d6b96635a657e0171c3840f16 /ext/iconv/php_iconv.h
parent350b0bbeac4a0c90e72f6ad5ceabab683d97f6f2 (diff)
downloadphp-git-c4e8b2baab04a6189ed40407e068844cfa4b036e.tar.gz
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!
Diffstat (limited to 'ext/iconv/php_iconv.h')
-rw-r--r--ext/iconv/php_iconv.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/iconv/php_iconv.h b/ext/iconv/php_iconv.h
index f4bd3c9c74..ad5509c26f 100644
--- a/ext/iconv/php_iconv.h
+++ b/ext/iconv/php_iconv.h
@@ -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;