Skip to content

Commit 4f1bc96

Browse files
committed
Update srand.xml Fix incorrect description
php/doc-en@37cf0c5
1 parent d946e09 commit 4f1bc96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/random/functions/srand.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: 9eb92e5c1851d7838ba02e88e7a0e5bb5c86880a Maintainer: hirokawa Status: ready -->
3+
<!-- EN-Revision: 37cf0c5a0c66e94e4184e81d7dccc8eed001b66f Maintainer: hirokawa Status: ready -->
44
<!-- CREDITS: takagi,mumumu -->
55
<refentry xml:id="function.srand" xmlns="http://docbook.org/ns/docbook">
66
<refnamediv>
@@ -17,7 +17,7 @@
1717
<para>
1818
シード <parameter>seed</parameter> で乱数生成器を初期化します。
1919
<parameter>seed</parameter> に
20-
<literal>0</literal> を指定した場合はランダムな値が設定されます
20+
値を指定しない場合はランダムな値が設定されます
2121
</para>
2222

2323
&note.randomseed;

0 commit comments

Comments
 (0)