Loading...

php使用PDO獲取結果的方法

Temperature: 0 °C

Mark ChangMark Chang
author_tools

fetch()

式例如下:
mixed PDOStatement::fetch([int fetch_style][,int cursor_orientation[,int cursor_offset]]])

fetchAll()

式例如下:
array PDOStatement::fetchAll([int fetch_style[,int column_index]])

fetch_style控制結果的返回方式,類別如下:
PDO::FETCH_ASSOC — 關聯陣列形式
PDO::FETCH_NUM — 數字索引陣列形式
PDO::FETCH_BOTH — 兩者陣列形式都有,這是預設的
PDO::FETCH_OBJ — 按照物件的形式,類似於以前的 mysql_fetch_object()
PDO::FETCH_BOUND–以布林值的形式返回結果,同時獲取的列值賦給bindParam()方法中的指定變數。
PDO::FETCH_LAZY–以關聯陣列、數字索引陣列和物件3種形式返回結果

以上紀錄。

https://innstory.com/story-php使用PDO獲取結果的方法-2328
PHP

Prev
 設置屬性_PHP_PDO_setAttribute

Next
Linux下查詢已安裝的PHP版本 

About the Author

Mark Chang

離不開電腦的宅男

Visitor message

Leave some footprints to prove that you visited me

Recommended reading

Author's other related stories

PHP如何移除 x-powered-by 資訊

PHP如何移除 x-powe...

xpoweredby 主動披露使用程式版本訊息,增加資安風險。 可透過以下方式隱藏 xpowered...

使用jQuery阻止input直接按Enter就送出表單

使用jQuery阻止inpu...

使用表單是傳送資料裡經常會用到的方式。 這時當使用者輸入表單後習慣上按下Enter,則會將表單內容送...

PDO bindParam 和 bindValue 差別在哪裡?

PDO bindParam ...

首先 bindParam 是綁定變數、bindValue  是綁定值。 以下範例: bindPara...

Please select an option

error

Hi, thank you for your participation, but you cannot vote repeatedly~

Join innstory now and start recording your story.

"Innstory" is a place to store stories. We are committed to becoming a warm platform. Deepening the bonds between people is our direction.
We are convinced that the blockchain between people is not just a cold calculation. Join us now.

Wrong format