What all fetch modes are there for PDO?

Ev0lv3

New Member
I am just getting started using PDO.I am wondering if there is a list of all the available FETCH_* modes and what each does?I found this page of the manuals that covers \[code\]setFetchMode\[/code\] which even has this line in it:\[quote\] The fetch mode must be one of the PDO::FETCH_* constants.\[/quote\]But I see nothing that lists what all is available?
 
Back
Top