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 inttime_leftTime remaining in seconds until the call_out is to be performed.
int(0)zeroUsed to be the object that scheduled the call_out.
function(:void)funFunction to be called.
mixed...argsArguments to the function.
- See also