Netsutie PHP Toolkit
FileEncoding.php
Go to the documentation of this file.
1 <?php
8 class FileEncoding {
9 
10 
11 
12  static $paramtypesmap = array(
13 
14  );
15 
22  const _autoDetect = "_autoDetect";
23 
30  const _shiftJis = "_shiftJis";
31 
38  const _utf8 = "_utf8";
39 
46  const _windows1252 = "_windows1252";
47 
48 }
const _autoDetect
const _windows1252
static $paramtypesmap