svn: /phpdoc/ja/trunk/reference/pdo/pdostatement/ fetchobject.xml
[email protected] (Yoshinari Takaoka)
| Newsgroups | php.doc.ja |
|---|---|
| Message-ID | <[email protected]> |
mumumu Tue, 24 Nov 2020 23:49:23 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=351616 Log: PDOStatement::fetchObject() returns object|false Patch contributed by Benjamin Morel <[email protected]>. Changed paths: U phpdoc/ja/trunk/reference/pdo/pdostatement/fetchobject.xml Modified: phpdoc/ja/trunk/reference/pdo/pdostatement/fetchobject.xml =================================================================== --- phpdoc/ja/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 23:47:45 UTC (rev 351615) +++ phpdoc/ja/trunk/reference/pdo/pdostatement/fetchobject.xml 2020-11-24 23:49:23 UTC (rev 351616) @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="utf-8" ?> <!-- $Revision$ --> -<!-- EN-Revision: 343888 Maintainer: takagi Status: ready --> +<!-- EN-Revision: 351575 Maintainer: takagi Status: ready --> +<!-- Credits: mumumu --> <refentry xml:id="pdostatement.fetchobject" xmlns="http://docbook.org/ns/docbook"> <refnamediv> <refname>PDOStatement::fetchObject</refname> @@ -9,7 +10,7 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::fetchObject</methodname> + <modifier>public</modifier> <type class="union"><type>object</type><type>false</type></type><methodname>PDOStatement::fetchObject</methodname> <methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam> <methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam> </methodsynopsis>