diff options
Diffstat (limited to 'ext/standard/base64.c')
-rw-r--r-- | ext/standard/base64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/base64.c b/ext/standard/base64.c index 3286b7d30d..541bf8f582 100644 --- a/ext/standard/base64.c +++ b/ext/standard/base64.c @@ -803,7 +803,7 @@ PHP_FUNCTION(base64_encode) } /* }}} */ -/* {{{ proto string base64_decode(string str[, bool strict]) +/* {{{ proto string|false base64_decode(string str[, bool strict]) Decodes string using MIME base64 algorithm */ PHP_FUNCTION(base64_decode) { |