Page MenuHomeDevCentral

OutputDisplay.php
No OneTemporary

OutputDisplay.php

<?php
namespace Keruald\Commands\Display;
class OutputDisplay extends Display {
public function out (string $message) : void {
echo $message, "\n";
}
public function error (string $message) : void {
fwrite(STDERR, $message . "\n");
}
}

File Metadata

Mime Type
text/x-php
Expires
Fri, Nov 21, 16:35 (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3156435
Default Alt Text
OutputDisplay.php (273 B)

Event Timeline