예제 #1
0
function envoyer_reponse($id, Touite $message, $bd)
{
    $th = new TouiteHandler($bd);
    $th->addReponse($message, $id);
}