PHPDaemon\IPCManager\IPCManager::sendSingleCall PHP Method

sendSingleCall() public method

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