Exemplo n.º 1
0
 public function __construct($fullpath, $usebuffer = true)
 {
     $this->fullpath = $fullpath;
     parent::__construct($usebuffer);
 }
Exemplo n.º 2
0
 public function __construct()
 {
     $this->allcontents = '';
     parent::__construct(false);
     // disable buffering
 }