svn: /phpdoc/ja/trunk/internals2/pdo/ implementing.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 10 Mar 2020 14:21:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=349371
Log:
Fix #77710: Inconsistent expectation of returned values
Bug: https://bugs.php.net/77710 (Closed) Inconsistent expectation of returned values
Changed paths:
U phpdoc/ja/trunk/internals2/pdo/implementing.xml
Modified: phpdoc/ja/trunk/internals2/pdo/implementing.xml
===================================================================
--- phpdoc/ja/trunk/internals2/pdo/implementing.xml 2020-03-10 13:00:16 UTC (rev 349370)
+++ phpdoc/ja/trunk/internals2/pdo/implementing.xml 2020-03-10 14:21:46 UTC (rev 349371)
@@ -1,6 +1,7 @@
<?xml version='1.0' encoding='utf-8'?>
<!-- $Revision$ -->
-<!-- EN-Revision: 297028 Maintainer: takagi Status: ready -->
+<!-- EN-Revision: 349367 Maintainer: takagi Status: ready -->
+<!-- Credits: mumumu -->
<sect1 xml:id="internals2.pdo.implementing" xmlns="http://docbook.org/ns/docbook">
<title>雛形への肉付け</title>
<sect2 xml:id="internals2.pdo.implementing.structures">
@@ -1296,7 +1297,7 @@
<para>
ドライバの作者は、php_pdo_driver.h ヘッダに書かれているこの関数の
ドキュメントを参照し、最新の情報を得てください。
- この関数は、成功した場合に 1、失敗した場合に 0 を返します。
+ この関数は、成功した場合に <constant>SUCCESS</constant>、失敗した場合に <constant>FAILURE</constant> を返します。
データベースドライバは、この関数を提供する必要はありません。
</para>
</sect3>