|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2011-02-08 16:06 UTC] robbert at persc dot nl
Description: ------------ --- From manual page: http://www.php.net/function.fgetcsv#Description --- The documentation says you can use 5 different parameters, but there are only 4 allowed. So is this a feature or something from an older php version? Patchesfgetcsv_reflection.patch (last revision 2011-02-08 15:58 UTC by RQuadling at GMail dot com)Pull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 19:00:01 2025 UTC |
There is a bug here with the reflection of fgetcsv. php -n --rf fgetcsv shows ... Function [ <internal:standard> function fgetcsv ] { - Parameters [4] { Parameter #0 [ <required> $fp ] Parameter #1 [ <optional> $length ] Parameter #2 [ <optional> $delimiter ] Parameter #3 [ <optional> $enclosure ] } } The attached patch fixes the reflection.