Esempio n. 1
0
 static function output($string)
 {
     if (!self::$out) {
         self::$out = fopen('php://stdout', 'w');
     }
     return fwrite(self::$out, $string);
 }