close() public method

Close session
public close ( ) : boolean
return boolean
示例#1
0
 public function testOpenAndClose()
 {
     $this->assertTrue($this->_model->open('', 'test'));
     $this->assertTrue($this->_model->close());
 }