(':version_id', $version_id, PDO::PARAM_INT);
$reb- bindParam(':content', $content, PDO::PARAM_STR...);
$type_id = 1;
$reb- bindParam(':type_id', $type_id, PDO::PARAM_INT);
$reb- bindParam('...:cdate', $time, PDO::PARAM_STR);
$reb- bindParam(':mdate', $time, PDO::PARAM_STR);
if ($reb-...(':is_publish', $is_publish, PDO::PARAM_INT);
$req- bindParam(':id', $version_id, PDO::PARAM_INT)...;
$req- bindParam(':mdate', $time, PDO::PARAM_STR);
if ($req- execute()) {
$pdo- commit