(no version information, might be only in CVS)
PDO::getAttribute --
Retrieve a database connection attribute
说明
mixed
PDO::getAttribute ( int attribute )
This function returns the value of a database connection attribute. To
retrieve PDOStatement attributes, refer to
PDOStatement::getAttribute().
Note that some database/driver combinations may not support all of the
database connection attributes.