reference/misc/functions/uniqid.xml
52c495140bdb84f45f186bfb1cccf09788b0121e
...
...
@@ -11,7 +11,7 @@
11
11
<methodsynopsis>
12
12
<type>string</type><methodname>uniqid</methodname>
13
13
<methodparam choice="opt"><type>string</type><parameter>prefix</parameter><initializer>""</initializer></methodparam>
14
-
<methodparam choice="opt"><type>bool</type><parameter>more_entropy</parameter><initializer>false</initializer></methodparam>
14
+
<methodparam choice="opt"><type>bool</type><parameter>more_entropy</parameter><initializer>&false;</initializer></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Gets a prefixed unique identifier based on the current time in
...
...
@@ -118,7 +118,12 @@ printf("uniqid('', true): %s\r\n", uniqid('', true));
118
118
</note>
119
119

120
120
</refsect1>
121
-

121
+
<refsect1 role="seealso">
122
+
&reftitle.seealso;
123
+
<simplelist>
124
+
<member><function>random_bytes</function></member>
125
+
</simplelist>
126
+
</refsect1>
122
127
</refentry>
123
128

124
129
<!-- Keep this comment at the end of the file
125
130