1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00

Fixed another proto.

This commit is contained in:
Egon Schmid
2001-10-19 18:42:25 +00:00
parent 65da5375ea
commit 28575499df
+2 -2
View File
@@ -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