Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
zendframework1
library
Zend
Session
SaveHandler
Interface.php
Go to the documentation of this file.
1
<?php
33
interface
Zend_Session_SaveHandler_Interface
34
{
35
42
public
function
open
($save_path,
$name
);
43
48
public
function
close
();
49
55
public
function
read
(
$id
);
56
63
public
function
write
(
$id
,
$data
);
64
71
public
function
destroy
(
$id
);
72
79
public
function
gc
($maxlifetime);
80
81
}
Zend_Session_SaveHandler_Interface\read
read($id)
Zend_Session_SaveHandler_Interface\open
open($save_path, $name)
Zend_Session_SaveHandler_Interface\write
write($id, $data)
$id
$id
Definition:
fieldset.phtml:14
$data
$data
Definition:
attribute_set_with_image_attribute.php:16
Zend_Session_SaveHandler_Interface\destroy
destroy($id)
Zend_Session_SaveHandler_Interface\close
close()
Zend_Session_SaveHandler_Interface\gc
gc($maxlifetime)
Zend_Session_SaveHandler_Interface
Definition:
Interface.php:33
$name
if(!isset($_GET['name'])) $name
Definition:
log.php:14