From: Egon Schmid Date: Fri, 19 Oct 2001 18:42:25 +0000 (+0000) Subject: Fixed another proto. X-Git-Tag: POST_PARAMETER_PARSING_API~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28575499dfcb766f3b0f71bb7dc4b28bf65d4337;p=php Fixed another proto. --- diff --git a/ext/standard/uniqid.c b/ext/standard/uniqid.c index 9356ed134b..04b7339dc6 100644 --- a/ext/standard/uniqid.c +++ b/ext/standard/uniqid.c @@ -38,8 +38,8 @@ #include "php_lcg.h" #include "uniqid.h" -/* {{{ proto string uniqid(string prefix, [bool more_entropy]) - Generate a unique id */ +/* {{{ proto string uniqid(string prefix [, bool more_entropy]) + Generates a unique ID */ PHP_FUNCTION(uniqid) { #ifdef HAVE_GETTIMEOFDAY