PHPDaemon\Clients\Asterisk\Connection::logoff PHP Method

logoff() public method

Action: Logoff Synopsis: Logoff Manager Privilege: Description: Logoff this manager session Variables: NONE
public logoff ( callable $cb = null ) : void
$cb callable Optional callback called when response received
return void
    public function logoff($cb = null)
    {
        $this->command("Action: Logoff\r\n", $cb);
    }