File manager - Edit - /usr/local/prospamfilter/library/Output/ConsoleOutput.php
Back
<?php class Output_ConsoleOutput implements Output_OutputInterface { public function write($message, $prefix = null) { echo ($prefix) ? "[{$prefix}] {$message}\n" : "{$message}\n"; } public function ok($message) { $this->write($message, 'OK'); } public function warn($message) { $this->write($message, 'WARN'); } public function error($message) { $this->write($message, 'ERROR'); } public function info($message) { $this->write($message, 'INFO'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings