php mysql_fetch_array pdo_php使用PDO获取结果集的方法
本文实例讲述了php使用PDO获取结果集的方法。分享给大家供大家参考,具体如下:fetch()方法fetch()方法用于获取结果集的下一行,语法如下:mixed PDOStatement::fetch([int fetch_style][,int cursor_orientation[,int cursor_offset]]])参数fetch_style控制结果集的返回方式PDO::FETCH_A...