]> granicus.if.org Git - php/commitdiff
- Fixed protos.
authorDerick Rethans <derick@php.net>
Sat, 12 Nov 2005 14:56:35 +0000 (14:56 +0000)
committerDerick Rethans <derick@php.net>
Sat, 12 Nov 2005 14:56:35 +0000 (14:56 +0000)
ext/standard/string.c

index 33c88eae305b406e22f442ec2077ea398f52d6e8..8e44173afa0d0256369ae48fab33c0a46f3b4187 100644 (file)
@@ -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 */
 /* }}} */