SplFileObject::getCsvControl
Get the delimiter and enclosure character for CSV
&reftitle.description;
public arraySplFileObject::getCsvControl
Gets the delimiter and enclosure character used for parsing CSV fields.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
Returns an indexed array containing the delimiter and enclosure character.
&reftitle.examples;
SplFileObject::getCsvControl example
getCsvControl());
?>
]]>
&example.outputs.similar;
,
[1] => "
)
]]>
&reftitle.seealso;
SplFileObject::setCsvControl
SplFileObject::fgetcsv