diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 04:37:28 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 04:37:28 +0000 |
commit | 3ffe4cb1ff682d3a24a472688b8448718e67bbce (patch) | |
tree | 96b3872c93b9a472caac494efe960c52f009b5b0 /ext/mbstring/mbstring.c | |
parent | 34362341e912a1172934054aa4f1c3128bce9d13 (diff) | |
download | php-git-3ffe4cb1ff682d3a24a472688b8448718e67bbce.tar.gz |
bool not boolean
Diffstat (limited to 'ext/mbstring/mbstring.c')
-rw-r--r-- | ext/mbstring/mbstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/mbstring.c b/ext/mbstring/mbstring.c index 3edc56cbf3..197ad3bc57 100644 --- a/ext/mbstring/mbstring.c +++ b/ext/mbstring/mbstring.c @@ -1120,7 +1120,7 @@ PHP_FUNCTION(mb_http_output) /* }}} */ -/* {{{ proto boolean|array mb_detect_order([mixed encoding-list]) +/* {{{ proto bool|array mb_detect_order([mixed encoding-list]) Sets the current detect_order or Return the current detect_order as a array */ PHP_FUNCTION(mb_detect_order) { |