From 91f6add4c22d650743309b4259aabb9b26064d34 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 13 Oct 2007 15:24:17 +0000 Subject: [PATCH] Document the optional escape parameter, available as of 5.3.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@244145 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filesystem/functions/fgetcsv.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/reference/filesystem/functions/fgetcsv.xml b/reference/filesystem/functions/fgetcsv.xml index 3e8ed533aa..bd8aa8f8ff 100644 --- a/reference/filesystem/functions/fgetcsv.xml +++ b/reference/filesystem/functions/fgetcsv.xml @@ -1,5 +1,5 @@ - + fgetcsv @@ -14,6 +14,7 @@ intlength stringdelimiter stringenclosure + stringescape Similar to fgets except that @@ -66,6 +67,15 @@ + + escape + + + Set the escape character (one character only). Defaults as a backslash + (\) + + + @@ -101,6 +111,12 @@ + + 5.3.0 + + The escape parameter was added + + 4.3.5