From: Derick Rethans Date: Sat, 12 Nov 2005 14:56:35 +0000 (+0000) Subject: - Fixed protos. X-Git-Tag: RELEASE_2_0_1~16 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=574a21097334e0f6a9e4616e57eb4fbbca72a22a;p=php - Fixed protos. --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 33c88eae30..8e44173afa 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -1165,7 +1165,7 @@ PHP_FUNCTION(explode) } /* }}} */ -/* {{{ proto string join(array src, string glue) +/* {{{ proto string join([string glue,] array pieces) An alias for implode */ /* }}} */