com doc/fr: Apply commit 0eaef37f83899ede9347b96611e79bd8e181f2dc: reference/pdo/pdostatement/fetchall.xml
[email protected] (George Peter Banyard) Wed, 24 Feb 2021 17:45:13 +0000
| Newsgroups | php.doc.fr |
|---|---|
| Message-ID | <[email protected]> |
Commit: efd339a9de57280cd373b7970fe8c691bcca39a4 Author: George Peter Banyard <[email protected]> Wed, 24 Feb 2021 16:08:13 +0000 Parents: 617a6dab03449c6bab35dd119aee17014667b5c0 Branches: master Link: http://git.php.net/?p=doc/fr.git;a=commitdiff;h=efd339a9de57280cd373b7970fe8c691bcca39a4 Log: Apply commit 0eaef37f83899ede9347b96611e79bd8e181f2dc Fix #80789: Return type includes false Bugs: https://bugs.php.net/80789 Changed paths: M reference/pdo/pdostatement/fetchall.xml Diff: diff --git a/reference/pdo/pdostatement/fetchall.xml b/reference/pdo/pdostatement/fetchall.xml index ef9928aa0a..7ce69bbd1e 100644 --- a/reference/pdo/pdostatement/fetchall.xml +++ b/reference/pdo/pdostatement/fetchall.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> -<!-- EN-Revision: e41806c30bf6975e452c0d4ce35ab0984c2fa68c Maintainer: yannick Status: ready --> +<!-- EN-Revision: 0eaef37f83899ede9347b96611e79bd8e181f2dc Maintainer: yannick Status: ready --> <!-- Reviewed: yes --> <refentry xml:id="pdostatement.fetchall" xmlns="http://docbook.org/ns/docbook"> @@ -13,7 +13,7 @@ <refsect1 role="description"> &reftitle.description; <methodsynopsis> - <modifier>public</modifier> <type>array</type><methodname>PDOStatement::fetchAll</methodname> + <modifier>public</modifier> <type class="union"><type>array</type><type>false</type></type><methodname>PDOStatement::fetchAll</methodname> <methodparam choice="opt"><type>int</type><parameter>fetch_style</parameter></methodparam> <methodparam choice="opt"><type>mixed</type><parameter>fetch_argument</parameter></methodparam> <methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter><initializer>array()</initializer></methodparam>