summaryrefslogtreecommitdiff
path: root/ext/mbstring/mbstring.h
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2004-03-08 22:18:05 +0000
committerDerick Rethans <derick@php.net>2004-03-08 22:18:05 +0000
commitb3b2192a1e43984dc5265a8104b7132cb917b522 (patch)
tree3a3423e5047e3507d1d2dc6bcb4e617b4f5aa18b /ext/mbstring/mbstring.h
parent14bdcf810a9800819db2c079dabb14f044699bab (diff)
downloadphp-git-b3b2192a1e43984dc5265a8104b7132cb917b522.tar.gz
- Added mb_list_encoding() to return an array with all mbstring supported
encodings.
Diffstat (limited to 'ext/mbstring/mbstring.h')
-rw-r--r--ext/mbstring/mbstring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/mbstring.h b/ext/mbstring/mbstring.h
index 696ee65c85..023d520cb7 100644
--- a/ext/mbstring/mbstring.h
+++ b/ext/mbstring/mbstring.h
@@ -111,6 +111,7 @@ PHP_FUNCTION(mb_strwidth);
PHP_FUNCTION(mb_strimwidth);
PHP_FUNCTION(mb_convert_encoding);
PHP_FUNCTION(mb_detect_encoding);
+PHP_FUNCTION(mb_list_encodings);
PHP_FUNCTION(mb_convert_kana);
PHP_FUNCTION(mb_encode_mimeheader);
PHP_FUNCTION(mb_decode_mimeheader);