PHPDaemon\Examples\ExampleBroadcastCall::hello PHP 메소드

hello() 공개 메소드

public hello ( $pid )
    public function hello($pid)
    {
        \PHPDaemon\Core\Daemon::$process->log('I got hello from ' . $pid . '!');
    }
ExampleBroadcastCall