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清空陣列函數

PHP清空陣列函數

pexelsphoto5555 unset(arrar) 將整個陣列清空,但之後如果再加入元素,其 ...

當XAMPP遇到VMWARE占用PORT 443導致無法啟動APACHE

當XAMPP遇到VMWARE...

在使用XAMPP時,若系統有安裝 VMWare Workstation,VMWare會將 port ...

Fatal error: Allowed memory size of 50331648 bytes exhausted (tried to allocate 12288 bytes) in

Fatal error: A...

今天在客戶的網站系統上發現了一個問題。 在上傳檔案時發生了一個錯誤: Fatal error: Al...

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