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])
Afficher le fichier Open project: qieangel2013/zys Class Usage Examples

Méthodes publiques

Méthode Description
clearTimeout ( $timerid )
setImmediate ( $callback )
setTimeout ( $callback, $delay )

Method Details

clearTimeout() public méthode

public clearTimeout ( $timerid )

setImmediate() public méthode

public setImmediate ( $callback )

setTimeout() public méthode

public setTimeout ( $callback, $delay )