-1
public function offsetExists($index)
{
return array_key_exists($index, $this);
}
這是從的Zend/Registry.php拍攝,我的問題是: $this
是當前對象,對不對?但在這裏它似乎也是一個數組?那麼$this
究竟意味着什麼呢?試圖瞭解offsetExists功能的Zend/Registry.php