Better PHP Documentation
opinionated
Open main menu
Get Started
Documentation
Community
Training
Better PHP Documentation
Close menu
Get Started
Documentation
Community
Training
Log in
Selecione a língua:
English
German
Spanish
French
Italian
Japanese
Brazilian Portuguese
Russian
Turkish
Ukrainian
Chinese (Simplified)
Other
A classe Yaf_Session
(Yaf >=1.0.0)
Introdução
Resumo da classe
class
Yaf_Session
implements
Iterator
,
ArrayAccess
,
Countable
{
/* Propriedades */
protected
static
$
_instance
;
protected
$
_session
;
protected
$
_started
;
/* Métodos */
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
}
Propriedades
_instance
_session
_started
Índice
Yaf_Session::__construct
— Construtor de Yaf_Session
Yaf_Session::count
— count
Yaf_Session::current
— current
Yaf_Session::del
— del
Yaf_Session::__get
— __get
Yaf_Session::getInstance
— getInstance
Yaf_Session::has
— has
Yaf_Session::__isset
— __isset
Yaf_Session::key
— key
Yaf_Session::next
— next
Yaf_Session::offsetExists
— offsetExists
Yaf_Session::offsetGet
— offsetGet
Yaf_Session::offsetSet
— offsetSet
Yaf_Session::offsetUnset
— offsetUnset
Yaf_Session::rewind
— rewind
Yaf_Session::__set
— __set
Yaf_Session::start
— start
Yaf_Session::__unset
— __unset
Yaf_Session::valid
— valid
Melhore Esta Página
Aprenda Como Melhorar Esta Página
•
Envie uma Solicitação de Modificação
•
Reporte um Problema
+
adicionar nota
Notas de Usuários
Não há notas de usuários para esta página.
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
^