com doc/ja: fix parameter: reference/uodbc/functions/odbc-execute.xml

[email protected] (Yoshinari Takaoka) Fri, 22 Jan 2021 12:58:17 +0000
Newsgroups php.doc.ja
Message-ID <[email protected]>
Commit:    406583ebad6743fced75ae6e6e92e19acfaff542
Author:    Yoshinari Takaoka <[email protected]>         Fri, 22 Jan 2021 21:58:17 +0900
Parents:   83c6fd7a208058fab3e335336f854752e8a36825
Branches:  master

Link:       http://git.php.net/?p=doc/ja.git;a=commitdiff;h=406583ebad6743fced75ae6e6e92e19acfaff542

Log:
fix parameter

Changed paths:
  M  reference/uodbc/functions/odbc-execute.xml


Diff:
diff --git a/reference/uodbc/functions/odbc-execute.xml b/reference/uodbc/functions/odbc-execute.xml
index 18214d6ee0..fa22ff261c 100644
--- a/reference/uodbc/functions/odbc-execute.xml
+++ b/reference/uodbc/functions/odbc-execute.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!-- $Revision$ -->
-<!-- EN-Revision: 902c2b77f827e8d0ecccf4f62fb90065d2f6ef79 Maintainer: hirokawa Status: ready -->
+<!-- EN-Revision: 6fadea3dfa2365f52bcb4146e955e4a4baa5ab82 Maintainer: hirokawa Status: ready -->
 <!-- Credits: mumumu -->
 <refentry xml:id="function.odbc-execute" xmlns="http://docbook.org/ns/docbook">
  <refnamediv>
@@ -37,11 +37,11 @@
      <listitem>
       <para>
        プリペアドステートメントの中のプレースホルダが、
-       <parameter>parameter_array</parameter> 内のパラメータで順に置き換えられます。
+       <parameter>params</parameter> 内のパラメータで順に置き換えられます。
        この関数をコールした際に、配列の要素は文字列に変換されます。
       </para>
       <para>
-       <parameter>parameter_array</parameter> の中でシングルクォートで括られたデータがある場合、
+       <parameter>params</parameter> の中でシングルクォートで括られたデータがある場合、
        それはファイル名と解釈されます。そのファイルの内容が、
        該当するプレースホルダのデータとしてデータベースサーバーに送信されます。
       </para>