ManaPHP\Http\Session\Adapter\Redis::open PHP 메소드

open() 공개 메소드

public open ( string $savePath, string $sessionName ) : boolean
$savePath string
$sessionName string
리턴 boolean
    public function open($savePath, $sessionName)
    {
        return true;
    }