Voting

: max(eight, six)?
(Example: nine)

The Note You're Voting On

sander at NOSPAM dot rotorsolutions dot nl
11 years ago
If you don't want to define an enclosure charachter you can do the following:

<?php
$row
= fgetcsv($handle, 0, $delimiter, 0x00);
?>

I needed this to detect the enclosure used for csv files.

<< Back to user notes page

To Top