예제 #1
0
파일: cookie.php 프로젝트: nyan-cat/easyweb
 static function start($salt, $expire = null, $domain = null, $path = '/')
 {
     self::$salt = $salt;
     self::$expire = $expire;
     self::$domain = $domain;
     self::$path = $path;
 }