水帘洞
水帘洞
```php /** * 获取变化的数据 并排除只读数据 * @access public * @return array */ public function getChangedData() { if ($this->force) { $data = $this->data; } else { $data = array_udiff_assoc($this->data, $this->origin, function...
```php /** * 获取变化的数据 并排除只读数据 * @access public * @return array */ public function getChangedData() { if ($this->force) { $data = $this->data; } else { $data = array_udiff_assoc($this->data, $this->origin, function...