Docs

EVF_CSV_Exporter::fputcsv( resource $buffer, array $export_row )

Write to the CSV file, ensuring escaping works across versions of PHP.

Description

PHP 5.5.4 uses ‘\’ as the default escape character. This is not RFC-4180 compliant.
\0 disables the escape character.

See also

Parameters

$bufferresourcerequired
Resource we are writing to.
$export_rowarrayrequired
Row to export.