コード例 #1
0
ファイル: ArrayOk.php プロジェクト: jlem/arrayok
 protected function intersectKeys(array $withThese)
 {
     return $this->update(Proxy::intersectKeys($this->items, $withThese));
 }