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
Timer
PHP Class Timer, zys
Example: To be done before any scripts execute: $Timer = new Timer; $Timer->Start_Timer(); To be done after all scripts have executed: $timer->Stop_Timer(); $timer->Get_Elapsed_Time(int number_of_places);
Author:
Charles Killian
Author:
Hans Lellelid (
[email protected]
)
Exibir arquivo
Open project: qieangel2013/zys
Class Usage Examples
Public Methods
Method
Description
clearTimeout
(
$timerid
)
setImmediate
(
$callback
)
setTimeout
(
$callback
,
$delay
)
Method Details
clearTimeout()
public
method
public
clearTimeout
(
$timerid
)
setImmediate()
public
method
public
setImmediate
(
$callback
)
setTimeout()
public
method
public
setTimeout
(
$callback
,
$delay
)