<tfoot id='mUg3x'></tfoot>

    <i id='mUg3x'><tr id='mUg3x'><dt id='mUg3x'><q id='mUg3x'><span id='mUg3x'><b id='mUg3x'><form id='mUg3x'><ins id='mUg3x'></ins><ul id='mUg3x'></ul><sub id='mUg3x'></sub></form><legend id='mUg3x'></legend><bdo id='mUg3x'><pre id='mUg3x'><center id='mUg3x'></center></pre></bdo></b><th id='mUg3x'></th></span></q></dt></tr></i><div id='mUg3x'><tfoot id='mUg3x'></tfoot><dl id='mUg3x'><fieldset id='mUg3x'></fieldset></dl></div>
  • <legend id='mUg3x'><style id='mUg3x'><dir id='mUg3x'><q id='mUg3x'></q></dir></style></legend>

    <small id='mUg3x'></small><noframes id='mUg3x'>

      • <bdo id='mUg3x'></bdo><ul id='mUg3x'></ul>

        致命错误:无法通过引用传递参数 1

        时间:2023-07-28
        <tfoot id='EIbPY'></tfoot>
          <tbody id='EIbPY'></tbody>

            <legend id='EIbPY'><style id='EIbPY'><dir id='EIbPY'><q id='EIbPY'></q></dir></style></legend>

            <small id='EIbPY'></small><noframes id='EIbPY'>

          • <i id='EIbPY'><tr id='EIbPY'><dt id='EIbPY'><q id='EIbPY'><span id='EIbPY'><b id='EIbPY'><form id='EIbPY'><ins id='EIbPY'></ins><ul id='EIbPY'></ul><sub id='EIbPY'></sub></form><legend id='EIbPY'></legend><bdo id='EIbPY'><pre id='EIbPY'><center id='EIbPY'></center></pre></bdo></b><th id='EIbPY'></th></span></q></dt></tr></i><div id='EIbPY'><tfoot id='EIbPY'></tfoot><dl id='EIbPY'><fieldset id='EIbPY'></fieldset></dl></div>

                <bdo id='EIbPY'></bdo><ul id='EIbPY'></ul>

                  本文介绍了致命错误:无法通过引用传递参数 1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我有这条线:

                  $stmt->bind_result('d', $keyarray['payment_gross']);
                  

                  我收到此错误:

                  致命错误:无法在第 35 行的/home/star1231/public_html/pdt.php 中通过引用传递参数 1

                  Fatal error: Cannot pass parameter 1 by reference in /home/star1231/public_html/pdt.php on line 35

                  这里有什么问题?

                  推荐答案

                  关于你的代码我能说的不多,但是如果参数 1 在函数定义中通过引用传递,那么你需要这样做.

                  Not much I can tell about your code, but if parameter 1 is passed by reference in function definition then you need to do this.

                  $char = 'd';
                  $stmt->bind_result($char, $keyarray['payment_gross']);
                  

                  只能通过引用传递变量,因为您传递的是变量的地址而不是实际值.让我知道它是否解决了

                  Only variables can be passed by reference since you are passing the address of the variable and not an actual value. Let me know if it solves it

                  这篇关于致命错误:无法通过引用传递参数 1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:我应该将 $mysqli 变量传递给每个函数吗? 下一篇:在 OOP MySQLi 中获取所有没有循环的对象

                  相关文章

                  最新文章

                  <small id='QCUD0'></small><noframes id='QCUD0'>

                    <i id='QCUD0'><tr id='QCUD0'><dt id='QCUD0'><q id='QCUD0'><span id='QCUD0'><b id='QCUD0'><form id='QCUD0'><ins id='QCUD0'></ins><ul id='QCUD0'></ul><sub id='QCUD0'></sub></form><legend id='QCUD0'></legend><bdo id='QCUD0'><pre id='QCUD0'><center id='QCUD0'></center></pre></bdo></b><th id='QCUD0'></th></span></q></dt></tr></i><div id='QCUD0'><tfoot id='QCUD0'></tfoot><dl id='QCUD0'><fieldset id='QCUD0'></fieldset></dl></div>
                  1. <tfoot id='QCUD0'></tfoot>
                    • <bdo id='QCUD0'></bdo><ul id='QCUD0'></ul>

                    <legend id='QCUD0'><style id='QCUD0'><dir id='QCUD0'><q id='QCUD0'></q></dir></style></legend>