Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
切换语言:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
Yaf_Session 类
(Yaf >=1.0.0)
简介
类摘要
class
Yaf_Session
implements
Iterator
,
ArrayAccess
,
Countable
{
/* 属性 */
protected
static
$
_instance
;
protected
$
_session
;
protected
$
_started
;
/* 方法 */
private
function
__construct
()
public
function
count
():
void
public
function
current
():
void
public
function
del
(
string
$name
):
void
public
function
__get
(
string
$name
):
void
public
static
function
getInstance
():
void
public
function
has
(
string
$name
):
void
public
function
__isset
(
string
$name
):
void
public
function
key
():
void
public
function
next
():
void
public
function
offsetExists
(
string
$name
):
void
public
function
offsetGet
(
string
$name
):
void
public
function
offsetSet
(
string
$name
,
string
$value
):
void
public
function
offsetUnset
(
string
$name
):
void
public
function
rewind
():
void
public
function
__set
(
string
$name
,
string
$value
):
void
public
function
start
():
void
public
function
__unset
(
string
$name
):
void
public
function
valid
():
void
}
属性
_instance
_session
_started
目录
Yaf_Session::__construct
— Yaf_Session 构造方法
Yaf_Session::count
— The count purpose
Yaf_Session::current
— The current purpose
Yaf_Session::del
— The del purpose
Yaf_Session::__get
— The __get purpose
Yaf_Session::getInstance
— The getInstance purpose
Yaf_Session::has
— The has purpose
Yaf_Session::__isset
— The __isset purpose
Yaf_Session::key
— The key purpose
Yaf_Session::next
— The next purpose
Yaf_Session::offsetExists
— The offsetExists purpose
Yaf_Session::offsetGet
— The offsetGet purpose
Yaf_Session::offsetSet
— The offsetSet purpose
Yaf_Session::offsetUnset
— The offsetUnset purpose
Yaf_Session::rewind
— The rewind purpose
Yaf_Session::__set
— The __set purpose
Yaf_Session::start
— The start purpose
Yaf_Session::__unset
— The __unset purpose
Yaf_Session::valid
— The valid purpose
发现了问题?
了解如何改进此页面
•
提交拉取请求
•
报告一个错误
+
添加备注
用户贡献的备注
此页面尚无用户贡献的备注。
0
pcntl_sigtimedwait
Waits for signals, with a timeout
0
similar_text
Calculate the similarity between two strings
0
boolval
Get the boolean value of a variable
0
curl_multi_close
Close a set of cURL handles
0
imap_body
Read the message body
0
mb_strpos
Find position of first occurrence of string in a string
0
pg_send_prepare
Sends a request to create a prepared statement with the given parameters, without waiting for completion
0
swoole_native_socket_bind
0
Arr::prependKeysWith
0
zend_version
Gets the version of the current Zend engine
^