svn: /phpdoc/ja/trunk/reference/readline/functions/ readline.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 17 Mar 2020 23:29:58 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349482
Log:
Fix #79388: readline() missing return on documentation
Bug: https://bugs.php.net/79388 (Closed) readline() missing return on documentation
Changed paths:
U phpdoc/ja/trunk/reference/readline/functions/readline.xml
Modified: phpdoc/ja/trunk/reference/readline/functions/readline.xml
===================================================================
--- phpdoc/ja/trunk/reference/readline/functions/readline.xml 2020-03-17 11:41:16 UTC (rev 349481)
+++ phpdoc/ja/trunk/reference/readline/functions/readline.xml 2020-03-17 23:29:58 UTC (rev 349482)
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<!-- EN-Revision: 346943 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 349481 Maintainer: hirokawa Status: ready -->
<!-- CREDITS: takagi -->
<refentry xml:id="function.readline" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
@@ -42,6 +42,7 @@
<para>
ユーザーから取得した文字列を一つだけ返します。
返り値の最後の改行は取り除かれます。
+ 読み取るデータが残っていない場合、&false; を返します。
</para>
</refsect1>