コード例 #1
0
ファイル: fonctions.php プロジェクト: Yamihoshi/Projet-Web
function envoyer_reponse($id, Touite $message, $bd)
{
    $th = new TouiteHandler($bd);
    $th->addReponse($message, $id);
}