示例#1
0
文件: ArrayOk.php 项目: jlem/arrayok
 protected function intersectKeys(array $withThese)
 {
     return $this->update(Proxy::intersectKeys($this->items, $withThese));
 }