summaryrefslogtreecommitdiff
path: root/ext/standard/php_string.h
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2000-12-15 01:01:14 +0000
committerStig Bakken <ssb@php.net>2000-12-15 01:01:14 +0000
commit6e1e78d1c6b8981c8738a81657a61778c1fa822f (patch)
tree671da8a09498ca9a82f8214a275dfa3c9e1b7147 /ext/standard/php_string.h
parentac2e12a9a9051ec54d117fbe7d0e8d32a8d33edd (diff)
downloadphp-git-6e1e78d1c6b8981c8738a81657a61778c1fa822f.tar.gz
@Added iconv() function (using libc or libiconv) (Stig)
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 d4d89c8778..c60c214830 100644
--- a/ext/standard/php_string.h
+++ b/ext/standard/php_string.h
@@ -78,6 +78,7 @@ PHP_FUNCTION(strnatcasecmp);
PHP_FUNCTION(substr_count);
PHP_FUNCTION(str_pad);
PHP_FUNCTION(sscanf);
+PHP_FUNCTION(iconv);
#define strnatcmp(a, b) \
strnatcmp_ex(a, strlen(a), b, strlen(b), 0)