diff options
| author | Rui Hirokawa <hirokawa@php.net> | 2002-01-07 02:40:54 +0000 |
|---|---|---|
| committer | Rui Hirokawa <hirokawa@php.net> | 2002-01-07 02:40:54 +0000 |
| commit | 32c1b0fd2eef9b5ce90908bf6f85269046a01965 (patch) | |
| tree | 59d505c4174e6867e9bd1266b19d7f9d7f6a8f11 /ext/mbstring/mbstring.h | |
| parent | 687ce0d838222995e9a765f2bb7a329923d5e8a5 (diff) | |
| download | php-git-32c1b0fd2eef9b5ce90908bf6f85269046a01965.tar.gz | |
@added mb_get_info() to get internal settings of mbstring.
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 bed70adadc..6a0000048c 100644 --- a/ext/mbstring/mbstring.h +++ b/ext/mbstring/mbstring.h @@ -90,6 +90,7 @@ PHP_FUNCTION(mb_convert_variables); PHP_FUNCTION(mb_encode_numericentity); PHP_FUNCTION(mb_decode_numericentity); PHP_FUNCTION(mb_send_mail); +PHP_FUNCTION(mb_get_info); ZEND_BEGIN_MODULE_GLOBALS(mbstring) int language; |
