start() public static method

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