diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2006-03-21 07:56:28 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2006-03-21 07:56:28 +0000 |
| commit | e8d320dd77a844283e911398be070fb1b5606dfe (patch) | |
| tree | a0f6a26ea6b3d340b557eea7755ffca07bb80aee /ext/mbstring/mbstring.h | |
| parent | 8d012d041fc27aa421be42615c0075c2f3149206 (diff) | |
| download | php-git-e8d320dd77a844283e911398be070fb1b5606dfe.tar.gz | |
MFH
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 4eecb32c8a..f433bbf631 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -120,6 +120,7 @@ PHP_FUNCTION(mb_encode_numericentity); PHP_FUNCTION(mb_decode_numericentity); PHP_FUNCTION(mb_send_mail); PHP_FUNCTION(mb_get_info); +PHP_FUNCTION(mb_check_encoding); MBSTRING_API int php_mb_encoding_translation(TSRMLS_D); |
