From: Felipe Pena Date: Mon, 20 Jul 2009 22:20:36 +0000 (+0000) Subject: - Sync proto with 5.3 X-Git-Tag: php-5.4.0alpha1~191^2~3028 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4432cf5370e8be243b32aaa06d9395144af4d104;p=php - Sync proto with 5.3 --- diff --git a/ext/spl/spl_directory.c b/ext/spl/spl_directory.c index e8aebef244..048bd84712 100755 --- a/ext/spl/spl_directory.c +++ b/ext/spl/spl_directory.c @@ -2375,7 +2375,7 @@ SPL_METHOD(SplFileObject, func_name) \ } /* }}} */ -/* {{{ proto array SplFileObject::fgetcsv([string delimiter [, string enclosure]]) U +/* {{{ proto array SplFileObject::fgetcsv([string delimiter [, string enclosure [, escape = '\\']]]) U Return current line as csv */ SPL_METHOD(SplFileObject, fgetcsv) {