Update reading-and-writing-to-file.md
This commit is contained in:
parent
e13fcf27fd
commit
3da51de1a9
|
|
@ -580,7 +580,7 @@ $writer->setUseBOM(true);
|
||||||
$writer->save("05featuredemo.csv");
|
$writer->save("05featuredemo.csv");
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Writeing CSV files with desired encoding
|
#### Writing CSV files with desired encoding
|
||||||
|
|
||||||
It can be set to output with the encoding that can be specified by PHP's mb_convert_encoding.
|
It can be set to output with the encoding that can be specified by PHP's mb_convert_encoding.
|
||||||
This looks like the following code:
|
This looks like the following code:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue