|
fputcsvFormat line as CSV and write to file pointer Description
intfalse fputcsv(
resource $stream ,array $fields ,string $separator = ",",string $enclosure = "\"",string $escape = "\\",string $eol = "\n")
fputcsv formats a line (passed as a
Parameters
Warning
When
Return Values
Returns the length of the written string or Changelog
Examples
Example #1 fputcsv example
The above example will write the following to aaa,bbb,ccc,dddd 123,456,789 """aaa""","""bbb""" Notes
See Also
|