The Yaf_Session class
(Yaf >=1.0.0)
类摘要
Yaf_Session
implements
Iterator
,
Traversable
,
ArrayAccess
,
Countable
{
public count
(
void
) :
void
public del
(
string $name
) :
void
public __get
(
string $name
) :
void
public has
(
string $name
) :
void
public __isset
(
string $name
) :
void
public key
(
void
) :
void
public next
(
void
) :
void
public offsetSet
(
string $name
,
string $value
) :
void
public __set
(
string $name
,
string $value
) :
void
public start
(
void
) :
void
public __unset
(
string $name
) :
void
public valid
(
void
) :
void
}
属性
- _instance
-
- _session
-
- _started
-
Table of Contents
User Contributed Notes
There are no user contributed notes for this page.