将某一对象移出此ORM,不对数据库操作
也可直接unset($ormTest[3])这样移除指定指针的项目
null Module_OOP_ORM_Result::remove( $offset $offset )
参数列表 参数 类型 描述 默认值 $offset $offset
$offset
public function remove($offset) { return $this->offsetUnset($offset); }