PHP » GoLang |
login |
register |
about
|
GoLang SplFileObject::getCsvControl
request it (379)
GoLang replacement for PHP's SplFileObject::getCsvControl
[edit | history]
PHP SplFileObject::getCsvControlPHP original manual for SplFileObject::getCsvControl [ show | php.net ]SplFileObject::getCsvControl(PHP 5 >= 5.2.0, PHP 7) SplFileObject::getCsvControl — Get the delimiter, enclosure and escape character for CSV Description
public array SplFileObject::getCsvControl
( void
)
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
<?php The above example will output something similar to: Array ( [0] => , [1] => " [2] => \ ) See Also
|
more
Recently updated
more
Most requested
more
Last requests
|