Exemplo n.º 1
0
 function __construct($fields_type = "R", $first_header = false, $NUM_FIELDS = 0)
 {
     parent::__construct($fields_type, $first_header);
     $this->NUM_FIELDS = (int) $NUM_FIELDS;
 }
Exemplo n.º 2
0
 public function __construct($fields_type = "R", $convertCharset = true)
 {
     parent::__construct($fields_type = "R", false);
     $this->convertCharset = $convertCharset;
 }