diff options
author | Masaki Kagaya <masakielastic@gmail.com> | 2015-02-19 13:18:39 +0900 |
---|---|---|
committer | Masaki Kagaya <masakielastic@gmail.com> | 2015-03-08 02:03:42 +0900 |
commit | f6be936e103e2b673a8580bb3e2659929becda4b (patch) | |
tree | cc9b772c660443dab3acc509cc3e441c24ba47d0 /ext/mbstring/mbstring.h | |
parent | 5f41bff45b5c688d899493e5d7623ed9aacaebb6 (diff) | |
download | php-git-f6be936e103e2b673a8580bb3e2659929becda4b.tar.gz |
added mb_ord
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 9685c64d7b..8599e46881 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -127,6 +127,7 @@ PHP_FUNCTION(mb_decode_numericentity); PHP_FUNCTION(mb_send_mail); PHP_FUNCTION(mb_get_info); PHP_FUNCTION(mb_check_encoding); +PHP_FUNCTION(mb_ord); MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_encoding *enc); |