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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user