From 18b8af40b812d9328d4e99309f3134bee0852b05 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Tue, 28 Sep 2021 19:28:06 +0100 Subject: [PATCH] Update param name in SplFileObject::fputcsv --- reference/spl/splfileobject/fputcsv.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/splfileobject/fputcsv.xml b/reference/spl/splfileobject/fputcsv.xml index 488990a890..30e8edb514 100644 --- a/reference/spl/splfileobject/fputcsv.xml +++ b/reference/spl/splfileobject/fputcsv.xml @@ -74,7 +74,7 @@ If an enclosure character is contained in a field, it will be escaped by doubling it, unless it is immediately preceded by an - escape_char. + escape.