<legend id='D6UY7'><style id='D6UY7'><dir id='D6UY7'><q id='D6UY7'></q></dir></style></legend>
<tfoot id='D6UY7'></tfoot>

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

      <i id='D6UY7'><tr id='D6UY7'><dt id='D6UY7'><q id='D6UY7'><span id='D6UY7'><b id='D6UY7'><form id='D6UY7'><ins id='D6UY7'></ins><ul id='D6UY7'></ul><sub id='D6UY7'></sub></form><legend id='D6UY7'></legend><bdo id='D6UY7'><pre id='D6UY7'><center id='D6UY7'></center></pre></bdo></b><th id='D6UY7'></th></span></q></dt></tr></i><div id='D6UY7'><tfoot id='D6UY7'></tfoot><dl id='D6UY7'><fieldset id='D6UY7'></fieldset></dl></div>
      • <bdo id='D6UY7'></bdo><ul id='D6UY7'></ul>
      1. 仅使用 MySQLi 获取一行

        时间:2023-07-30

          <tfoot id='7f2L1'></tfoot>

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

                • <legend id='7f2L1'><style id='7f2L1'><dir id='7f2L1'><q id='7f2L1'></q></dir></style></legend>

                  本文介绍了仅使用 MySQLi 获取一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  如何使用 MySQLi 只获取一个 INDEXED 行?我目前正在这样做:

                  How can I only fetch one INDEXED row with MySQLi? I'm currently doing this:

                  $row = $result->fetch(MYSQLI_ASSOC);
                  $row = $row[0];
                  

                  还有别的方法吗?

                  我知道 mysqli_fetch_row 但它不返回关联数组.

                  I'm aware of mysqli_fetch_row but it doesn't return an associative array.

                  推荐答案

                  使用 $row = $result->fetch_assoc(); - 与 fetch_row() 相同code> 但返回一个关联数组.

                  Use $row = $result->fetch_assoc(); - it's the same as fetch_row() but returns an associative array.

                  这篇关于仅使用 MySQLi 获取一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:php 中的 get_result() 和 store_result() 有什么区别? 下一篇:PHP: mysql v mysqli v pdo

                  相关文章

                  最新文章

                • <tfoot id='k3BzU'></tfoot>
                  1. <small id='k3BzU'></small><noframes id='k3BzU'>

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