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