setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $bdd->exec("set names utf8"); return $bdd; } catch (Exception $e) { return $e; } }