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
Sat, Jul 4, 03:28 (17 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3874898
Default Alt Text
OutputDisplay.php (273 B)

Event Timeline