diff options
| author | Derick Rethans <derick@php.net> | 2004-03-08 22:18:05 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2004-03-08 22:18:05 +0000 |
| commit | b3b2192a1e43984dc5265a8104b7132cb917b522 (patch) | |
| tree | 3a3423e5047e3507d1d2dc6bcb4e617b4f5aa18b /ext/mbstring/mbstring.h | |
| parent | 14bdcf810a9800819db2c079dabb14f044699bab (diff) | |
| download | php-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.h | 1 |
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); |
