(PHP 8 >= 8.4.0)
A PDO subclass representing a connection using the DBLib PDO driver.
$dsn,$username = null ,$password = null ,$options = null $dsn,$username = null ,$password = null ,$options = null $query, ? int $fetchMode = PDO::FETCH_COLUMN, int $colno): PDOStatement |false $query,$fetchMode = PDO::FETCH_CLASS,$classname,$constructorArgs$query, ? int $fetchMode = PDO::FETCH_INTO, object $object): PDOStatement |false Pdo\Dblib::ATTR_CONNECTION_TIMEOUT Pdo\Dblib::ATTR_QUERY_TIMEOUT Pdo\Dblib::ATTR_STRINGIFY_UNIQUEIDENTIFIER Pdo\Dblib::ATTR_VERSION Pdo\Dblib::ATTR_TDS_VERSION Pdo\Dblib::ATTR_SKIP_EMPTY_ROWSETS Pdo\Dblib::ATTR_DATETIME_CONVERT false , PDO_DBLIB will return a datetime type as a
string in the format that SQL Server returns it in (i.e.
"2017年10月27日 10:22:44"). When true , PDO_DBLIB will
convert the datetime type into a string using a user-defined or locale
format, as specified in the FreeTDS locales.conf
file. By default, this attribute is false .
As of PHP 8.4.0 this constant is typed as bool ; previously,
it was typed as int .