This is automatic generated document for things in Swow\Debug\Debugger\DebuggerIoInterface class
Interface DebuggerIoInterface
Methods
Method error
public function error ( (string | non-empty-array<(string | Stringable | Buffer | array{0: (string | Stringable | Buffer), 1?: int, 2?: int} | null)>) $data ) : static Method in
public function in ( ) : string Method isTty
public function isTty ( ) : bool Method out
public function out ( (string | non-empty-array<(string | Stringable | Buffer | array{0: (string | Stringable | Buffer), 1?: int, 2?: int} | null)>) $data ) : static Method quit
public function quit ( ) : void