激情五月天婷婷,亚洲愉拍一区二区三区,日韩视频一区,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>
        億恩科技有限公司旗下門戶資訊平臺!
        服務器租用 4元建網(wǎng)站

        PHP mysql_field_seek:將結(jié)果集中的指針設定為指定的字段偏移量

        PHP mysql_field_seek函數(shù)的作用是將結(jié)果集中的指針設定為指定的字段偏移量,這里詳細介紹下mysql_field_seek函數(shù)的用法,并列舉使用mysql_field_seek函數(shù)的例子。

        PHP mysql_field_seek函數(shù)的作用是將結(jié)果集中的指針設定為指定的字段偏移量,這里詳細介紹下mysql_field_seek函數(shù)的用法,并列舉使用mysql_field_seek函數(shù)的例子。

        mysql_field_seek定義和用法

        mysql_field_seek() 函數(shù)將結(jié)果集中的指針設定為指定的字段偏移量。

        如果成功,則返回 true,如果失敗,則返回 false。

        語法

        mysql_field_seek(data,field_offset)

        參數(shù)
        描述
        data
        必需。要使用的數(shù)據(jù)指針。該數(shù)據(jù)指針是從 mysql_query() 返回的結(jié)果。
        field_offset
        必需。指示從哪個字段開始返回。0 指示第一個字段。

        mysql_field_seek實例
         <?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);
        // 跳到第四個字段
        mysql_field_seek($result,3);
        print_r(mysql_fetch_field($result));
        mysql_close($con);
        ?>

        輸出:

        stdClass Object
        (
        [name] => Age
        [table] => Person
        [def] =>
        [max_length] => 2
        [not_null] => 0
        [primary_key] => 0
        [multiple_key] => 0
        [unique_key] => 0
        [numeric] => 1
        [blob] => 0
        [type] => int
        [unsigned] => 0
        [zerofill] => 0
        )
        河南億恩科技股份有限公司(mszdt.com)始創(chuàng)于2000年,專注服務器托管租用,是國家工信部認定的綜合電信服務運營商。億恩為近五十萬的用戶提供服務器托管、服務器租用、機柜租用、云服務器、網(wǎng)站建設、網(wǎng)站托管等網(wǎng)絡基礎(chǔ)服務,另有網(wǎng)總管、名片俠網(wǎng)絡推廣服務,使得客戶不斷的獲得更大的收益。
        服務器/云主機 24小時售后服務電話:0371-60135900
        虛擬主機/智能建站 24小時售后服務電話:0371-55621053
        網(wǎng)絡版權(quán)侵權(quán)舉報電話:0371-60135995
        服務熱線:0371-60135900

        標簽 PHPfield
        1
        1
        分享到:責任編輯:黃利敏

        相關(guān)推介

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

        驗證碼 看不清換一張 換一張

        親,還沒評論呢!速度搶沙發(fā)吧!