start() public static method

启动session
public static start ( ) : void
return void
Esempio n. 1
0
 /**
  * @covers think\Session::start
  *
  * @todo Implement testStart().
  */
 public function testStart()
 {
     \think\Session::start();
 }
Esempio n. 2
0
 /**
  * @covers think\Session::start
  *
  * @todo Implement testStart().
  */
 public function testStart()
 {
     Session::start();
 }