예제 #1
0
파일: ArrayOk.php 프로젝트: jlem/arrayok
 protected function intersectKeys(array $withThese)
 {
     return $this->update(Proxy::intersectKeys($this->items, $withThese));
 }