激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,a√天堂中文官网8

<ul id="buwfs"><strike id="buwfs"><strong id="buwfs"></strong></strike></ul>
    <output id="buwfs"></output>
  • <dfn id="buwfs"><source id="buwfs"></source></dfn>
      <dfn id="buwfs"><td id="buwfs"></td></dfn>
      <div id="buwfs"><small id="buwfs"></small></div>
      <dfn id="buwfs"><source id="buwfs"></source></dfn>
      1. <dfn id="buwfs"><td id="buwfs"></td></dfn>
        億恩科技有限公司旗下門(mén)戶(hù)資訊平臺(tái)!
        服務(wù)器租用 4元建網(wǎng)站

        PHP mysql_result:取得結(jié)果數(shù)據(jù)

        PHP mysql_result函數(shù)的作用是取得結(jié)果數(shù)據(jù),這里詳細(xì)介紹下mysql_result函數(shù)的用法,并列舉使用mysql_result函數(shù)的例子。

        PHP mysql_result函數(shù)的作用是取得結(jié)果數(shù)據(jù),這里詳細(xì)介紹下mysql_result函數(shù)的用法,并列舉使用mysql_result函數(shù)的例子。

        mysql_result定義和用法:

        mysql_result() 函數(shù)返回結(jié)果集中一個(gè)字段的值。

        如果成功,則該函數(shù)返回字段值。如果失敗,則返回 false。

        語(yǔ)法:

        mysql_result(data,row,field)

        參數(shù)
        描述
        data
        必需。規(guī)定要使用的結(jié)果標(biāo)識(shí)符。該標(biāo)識(shí)符是 mysql_query() 函數(shù)返回的。
        row
        必需。規(guī)定行號(hào)。行號(hào)從 0 開(kāi)始。
        field
        可選。規(guī)定獲取哪個(gè)字段??梢允亲侄纹浦?,字段名或 table.fieldname。
        如果該參數(shù)未規(guī)定,則該函數(shù)從指定的行獲取第一個(gè)字段。

        說(shuō)明:

        當(dāng)作用于很大的結(jié)果集時(shí),應(yīng)該考慮使用能夠取得整行的函數(shù)。這些函數(shù)在一次函數(shù)調(diào)用中返回了多個(gè)單元的內(nèi)容,比 mysql_result() 快得多。

        此外請(qǐng)注意,在字段參數(shù)中指定數(shù)字偏移量比指定字段名或者 tablename.fieldname 要快得多。

        mysql_result實(shí)例:

        <?php
        $con = mysql_connect("localhost", "hello", "321");
        if (!$con)
        {
        die('Could not connect: ' . mysql_error());
        }
        $db_selected = mysql_select_db("test_db", $con);
        $sql = "SELECT * from Person";
        $result = mysql_query($sql,$con);
        echo mysql_result($result,0);
        mysql_close($con);
        ?>
        輸出類(lèi)似:
        Adams
        河南億恩科技股份有限公司(mszdt.com)始創(chuàng)于2000年,專(zhuān)注服務(wù)器托管租用,是國(guó)家工信部認(rèn)定的綜合電信服務(wù)運(yùn)營(yíng)商。億恩為近五十萬(wàn)的用戶(hù)提供服務(wù)器托管、服務(wù)器租用、機(jī)柜租用、云服務(wù)器、網(wǎng)站建設(shè)、網(wǎng)站托管等網(wǎng)絡(luò)基礎(chǔ)服務(wù),另有網(wǎng)總管、名片俠網(wǎng)絡(luò)推廣服務(wù),使得客戶(hù)不斷的獲得更大的收益。
        服務(wù)器/云主機(jī) 24小時(shí)售后服務(wù)電話(huà):0371-60135900
        虛擬主機(jī)/智能建站 24小時(shí)售后服務(wù)電話(huà):0371-55621053
        網(wǎng)絡(luò)版權(quán)侵權(quán)舉報(bào)電話(huà):0371-60135995
        服務(wù)熱線(xiàn):0371-60135900

        標(biāo)簽 PHPresult
        1
        1
        分享到:責(zé)任編輯:黃利敏

        相關(guān)推介

        共有:0條評(píng)論網(wǎng)友評(píng)論:

        驗(yàn)證碼 看不清換一張 換一張

        親,還沒(méi)評(píng)論呢!速度搶沙發(fā)吧!