|
SplFileObject::getCsvControlGet the delimiter, enclosure and escape character for CSV Description
public array SplFileObject::getCsvControl()
Gets the delimiter, enclosure and escape character used for parsing CSV fields. ParametersThis function has no parameters. Return ValuesReturns an indexed array containing the delimiter, enclosure and escape character. Changelog
Examples
Example #1 SplFileObject::getCsvControl example
The above example will output something similar to: Array ( [0] => , [1] => " [2] => \ ) See Also
|