I hereby claim:
- I am tauven on github.
- I am tauven (https://keybase.io/tauven) on keybase.
- I have a public key ASDN1Alprn5NznaEwS6Kf4ZzAsjZez3eJw9EUQKC2EHhqQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $start = microtime(true); | |
| $fpIn = fopen('input.csv', 'r'); | |
| $fpOut = fopen('output-pure.csv', 'w'); | |
| while (($row = fgets($fpIn)) !== false) | |
| { | |
| $fields = explode(";", $row); | |
| fwrite($fpOut, |