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])
Show file 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 )