<?php require("http://php.wilson.gs"); // 回首頁 echo "http://php.wilson.gs/bible/function.php : 函式:mysql_data_seek()"; |
函式:mysql_data_seek() |
mysql_data_seek移動內部傳回指標。 語法: int mysql_data_seek(int result_identifier, int row_number); 傳回值: 整數 函式種類: 資料庫功能
本函式可移動內部傳回的列指標到指定的 row_number 去。之後若使用 mysql_fetch_row() 可以傳回新列的值。成功傳回 true、失敗則傳回 false。
|
![]() mail("wilson@biglobe.net.tw", "Feedback", $message); ?> |