Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Phive
Queue
SysVQueue
PHP Class Phive\Queue\SysVQueue
Inheritance:
implements
Phive\Queue\Queue
Exibir arquivo
Open project: rybakit/phive-queue
Class Usage Examples
Public Methods
Method
Description
__construct
(
$key
,
$serialize
= null,
$perms
= null )
clear
( )
count
( )
pop
( )
push
(
$item
,
$eta
= null )
setItemMaxLength
(
$length
)
Private Methods
Method
Description
getErrorMessage
(
$errorCode
)
getQueue
( )
Method Details
__construct()
public
method
public
__construct
(
$key
,
$serialize
= null,
$perms
= null )
clear()
public
method
public
clear
( )
count()
public
method
public
count
( )
pop()
public
method
public
pop
( )
push()
public
method
public
push
(
$item
,
$eta
= null )
setItemMaxLength()
public
method
public
setItemMaxLength
(
$length
)