options($config)); if (isset($config['charset'])) { $connection->prepare("SET NAMES '{$charset}'")->execute(); } return $connection; } }