JDatabaseDriverPdo::getOption
Retrieve a PDO database connection attribute http://www.php.net/manual/en/pdo.getattribute.php
Usage: $db->getOption(PDO::ATTR_CASE);
Signature
public function getOption(mixed
$key )
Parameters
-
$key
- One of the PDO::ATTR_* Constants
Returns
- mixed