cookieFile() 공개 정적인 메소드

$cookieFile must be a correct path with write permission
public static cookieFile ( string $cookieFile )
$cookieFile string - path to file for saving cookie
예제 #1
0
파일: DieselUp.php 프로젝트: xcopy/dieselup
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->output = new ConsoleOutput();
     Request::verifyPeer(false);
     Request::verifyHost(false);
     Request::cookieFile('/tmp/cookie.dat');
 }