[Top]
Pike
Pike.__Backend
|
Method Pike.__Backend()->call_out_info()
- Method
call_out_info
array(array) call_out_info()
- Description
Get info about all call_outs.
This function returns an array with one entry for each entry in the
call out queue. The first in the queue will be at index 0. Each index
contains an array that looks like this:
Array |
int time_left | Time remaining in seconds until the call_out is to be performed.
|
object caller | The object that scheduled the call_out.
|
function fun | Function to be called.
|
mixed ... args | Arguments to the function.
|
|
- See also
call_out() , find_call_out() , remove_call_out()
|