Skip to content

Commit 20a3058

Browse files
authored
Update README.md
1 parent 9201517 commit 20a3058

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,11 @@ $backup->ext = array("sql","csv","json");
187187
> NOTE: If you use the CSV extension, if you want you can add the field delimiter and the enclosure of the camps.
188188
By default they are:
189189
- Delimiter => ,
190-
- Enclosure => "
190+
- Enclosure =>
191191

192-
>Example: "Data","DATA2","datA3"
192+
>Example: Data,DATA2,datA3
193+
194+
SETTING
193195

194196
``` php
195197
$backup->del_csv=";";
@@ -266,10 +268,11 @@ $backup->ext = "39";
266268
> NOTE: If you use the CSV extension, if you want you can add the field delimiter and the enclosure of the camps.
267269
By default they are:
268270
- Delimiter => ,
269-
- Enclosure => "
271+
- Enclosure =>
270272

271-
>Example: "Data","DATA2","datA3"
273+
>Example: Data,DATA2,datA3
272274
275+
SETTING
273276
``` php
274277
$backup->del_csv=";";
275278
$backup->enc_csv="'";
@@ -365,7 +368,7 @@ Example:
365368
- Save = true
366369
- Sql_unique = false
367370
- Del= [,]
368-
- Enc= ["]
371+
- Enc= []
369372
- Close = null
370373
- Info_t = null
371374
- Json_pretty = null

0 commit comments

Comments
 (0)