]> granicus.if.org Git - php/commitdiff
Fixed another proto.
authorEgon Schmid <eschmid@php.net>
Fri, 19 Oct 2001 18:42:25 +0000 (18:42 +0000)
committerEgon Schmid <eschmid@php.net>
Fri, 19 Oct 2001 18:42:25 +0000 (18:42 +0000)
ext/standard/uniqid.c

index 9356ed134b49e2461f1c17227ecf2c23fed5eed4..04b7339dc6566354203f2e198df25f90fda17eb5 100644 (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