Ejemplo n.º 1
0
 public static function create($path = "php://stdout")
 {
     return new self(SystemCallWrapper::create(), $path);
 }