PHP Classes

File: demo.php

Recommend this page to a friend!
  Classes of peyman   PHP Convert CSV to UTF-8   demo.php   Download  
File: demo.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Convert CSV to UTF-8
Convert a CSV file to have data in UTF-8 encoding
Author: By
Last change:
Date: 5 years ago
Size: 121 bytes
 

Contents

Class file image Download
<?php
require_once("convert_csv_to_utf8.php");

$cv = new convert_csv_to_utf8('csvsimple.csv','csvsimplefixed.csv');