ManaPHP\Http\Session\AdapterInterface::open PHP Метод

open() публичный Метод

It is the first callback function executed when the session is started automatically or manually with session_start(). Return value is TRUE for success, FALSE for failure.
public open ( string $savePath, string $sessionName ) : boolean
$savePath string
$sessionName string
Результат boolean
    public function open($savePath, $sessionName);