Is there a native function or solid class/library for writing an array as a line in a CSV file without enclosures? fputcsv will default to \" if no
fputcsv
\"
works with chr() function:
fputcsv($f,$array,',',chr(0));