We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c2174 commit b78c3faCopy full SHA for b78c3fa
1 file changed
src/CsvWriter/SimpleCsvWrite.php
@@ -45,7 +45,7 @@ function verifyDirectory( $directoryName ) {
45
}
46
47
/* From: http://www.php.net/manual/en/function.str-getcsv.php#88773 and http://www.php.net/manual/en/function.str-getcsv.php#91170 */
48
- function str_putcsv( $input, $delimiter = ';', $enclosure = '"' ) {
+ function str_putcsv( $input, $delimiter = ',', $enclosure = '"' ) {
49
// Open a memory "file" for read/write...
50
$filePipe = fopen( 'php://temp', 'r+' );
51
// ... write the $input array to the "file" using fputcsv()...
0 commit comments