函式:mysql_fetch_row() |
mysql_fetch_row传回单列的各栏位。 语法: array mysql_fetch_row(int result); 传回值: 阵列 函式种类: 资料库功能
本函式用来将查询结果 result 之单列拆到阵列变数中。阵列的索引是数字索引,第一个的索引值是 0。若 result 没有资料,则传回 false 值。
mysql_fetch_array() mysql_fetch_object() mysql_data_seek() mysql_fetch_lengths() mysql_result()
|