start() public static méthode

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