PHP 8.5.0 Beta 1 available for testing

Voting

: seven plus one?
(Example: nine)

The Note You're Voting On

antoyo
14 years ago
There is also a way to specifie the default fetch mode :
<?php
$connection
= new PDO($connection_string);
$connection->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_OBJ);
?>

<< Back to user notes page

To Top