X7ROOT File Manager
Current Path:
/home/cbholdings/pasukulu/lib/openspout/src/Writer/CSV
home
/
cbholdings
/
pasukulu
/
lib
/
openspout
/
src
/
Writer
/
CSV
/
📁
..
📄
Options.php
(283 B)
📄
Writer.php
(2.35 KB)
Editing: Options.php
<?php declare(strict_types=1); namespace OpenSpout\Writer\CSV; final class Options { public string $FIELD_DELIMITER = ','; public string $FIELD_ENCLOSURE = '"'; public bool $SHOULD_ADD_BOM = true; /** @var positive-int */ public int $FLUSH_THRESHOLD = 500; }
Upload File
Create Folder