替换数据 replace into
null Module_Database::replace( [ string $table = null , array $value = null , array $where = null ] )
参数列表
参数 类型 描述 默认值 $table
string
$table null $value
array
$value null $where
array
$where null
public function replace($table = null, $value = null, $where = null)
{
return $this->merge($table, $value, $where);
}