PHPDaemon\Examples\ExampleBroadcastCall::hello PHP Method

hello() public method

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