Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Change language:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
La classe Yaf_Session
(Yaf >=1.0.0)
Introduction
Synopsis de la classe
class
Yaf_Session
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Propriétés */
protected
static
$
_instance
;
protected
$
_session
;
protected
$
_started
;
/* Méthodes */
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
}
Propriétés
_instance
_session
_started
Sommaire
Yaf_Session::__construct
— Le constructeur de Yaf_Session
Yaf_Session::count
— Le but de count
Yaf_Session::current
— Le but de current
Yaf_Session::del
— Le but de del
Yaf_Session::__get
— Le but de __get
Yaf_Session::getInstance
— Le but de getInstance
Yaf_Session::has
— Le but de has
Yaf_Session::__isset
— Le but de __isset
Yaf_Session::key
— Le but de key
Yaf_Session::next
— Le but de next
Yaf_Session::offsetExists
— Le but de offsetExists
Yaf_Session::offsetGet
— Le but de offsetGet
Yaf_Session::offsetSet
— Le but de offsetSet
Yaf_Session::offsetUnset
— Le but de offsetUnset
Yaf_Session::rewind
— Le but de rewind
Yaf_Session::__set
— Le but de __set
Yaf_Session::start
— Le but de start
Yaf_Session::__unset
— Le but de __unset
Yaf_Session::valid
— Le but de valid
Found A Problem?
Learn How To Improve This Page
•
Submit a Pull Request
•
Report a Bug
+
add a note
User Contributed Notes
There are no user contributed notes for this page.
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
^