📅  最后修改于: 2022-03-11 14:54:43.607000             🧑  作者: Mango
$req = $db->prepare('UPDATE `table` SET `content`= ? WHERE `id` = ?');
var $success = $req->execute($content,$id);
//execute() return true on success and false on fail