选择语言 :

 Module_Database_Result::offsetUnset

Implements [ArrayAccess::offsetUnset], throws an error.

You cannot modify a database result.
void Module_Database_Result::offsetUnset( )
throws
Exception
返回值
  • void
File: ./modules/database/result.class.php
final public function offsetUnset($offset)
{
    throw new Exception('Database results are read-only');
}