2024 PHP Conference Japan

Yaf_Session 類別

(Yaf >=1.0.0)

簡介

類別概要

class Yaf_Session implements Iterator, ArrayAccess, Countable {
/* 屬性 */
protected static $_instance;
protected $_session;
protected $_started;
/* 方法 */
private __construct()
公開 count():
公開 current():
公開 del(字串 $name):
公開 __get(字串 $name):
公開 靜態 getInstance():
公開 has(字串 $name):
公開 __isset(字串 $name):
公開 key():
公開 next():
公開 offsetExists(字串 $name):
公開 offsetGet(字串 $name):
公開 offsetSet(字串 $name, 字串 $value):
公開 offsetUnset(字串 $name):
公開 rewind():
公開 __set(字串 $name, 字串 $value):
公開 start():
公開 __unset(字串 $name):
公開 valid():
}

屬性

_instance

_session

_started

目錄

新增註釋

使用者貢獻的註釋

此頁面沒有使用者貢獻的註釋。
To Top