Esempio n. 1
0
/**
 * Just for simplifying the Timers::clearTimeout method
 *
 *
 * @param integer $timer
 *
 * @return boolean
 */
function clearTimeout($timer)
{
    return Timers::clearTimeout($timer);
}