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 setFetchMode
which even has this line in it:
The fetch mode must be one of the PDO::FETCH_* constants.
But I see nothing that lists what all is available?