PHPDaemon\IPCManager\IPCManager::sendBroadcastCall PHP Method

sendBroadcastCall() public method

public sendBroadcastCall ( $appInstance, $method, array $args = [], callable $cb = null )
$appInstance
$method
$args array
$cb callable
    public function sendBroadcastCall($appInstance, $method, $args = [], $cb = null)
    {
        $this->sendPacket(['op' => 'broadcastCall', 'appfullname' => $appInstance, 'method' => $method, 'args' => $args]);
    }