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