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

使用 Closure Compiler 幫 javascript 瘦身

使用 Closure Com...

JavaScript(縮寫為JS)是一種進階的、直譯的程式語言,且作為客戶端手稿語言在使用者的瀏覽器...

WordPress如何關閉迴響留言功能?

WordPress如何關閉迴...

其實WordPress本身的留言迴響功能還蠻健全的。 包括可以設定關鍵字黑名單或者是IP黑名單,強制...

PHP輸出到WORD跟EXCEL 簡易做法

PHP輸出到WORD跟EXC...

pexelsphotooffice WORD: $filename="test.doc&q...

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