最新回答 / 滄瀾丶
你可以看一下session的內(nèi)部實現(xiàn)/** * This method is required by the interface [[\ArrayAccess]]. * @param integer $offset the offset to set element * @param mixed $item the element value */public function offsetSet($offset, $item){ ? ?$this->open(); ? ?$_SESSION[$of...
2016-03-09