pdo::null_empty_string: empty string is converted to null.
pdo::null_to_string: null is converted to an empty string.
pdo::attr_stringify_fetches: convert numeric values to strings when fetching. requires bool.
pdo::attr_statement_class: set user-supplied statement class derived from pdostatement. cannot be used with persistent pdo instances. requires array(string classname, array(mixed constructor_args)).
pdo::attr_autocommit (available in oci, firebird and mysql): whether to autocommit every single statement.
pdo::mysql_attr_use_buffered_query (available in mysql): use buffered queries.