replace(链式操作22)


例如

Db::name('user')
    ->replace()
    ->insert($data);