zhuravlev alexander wrote:

Hello.

        I wonder if PHP has fgetcsv() function why doesn't
        PHP has fputcsv ?

                                    -- zhuravlev alexander
                                          u l s t u  n o c
                                            ([EMAIL PROTECTED])



because it would be bloat, basically. We now have file_put_contents in php5, which I like...but still view as bloat. You can easily enough use fopen and fwrite to add content to the csv file.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to