コード例 #1
0
ファイル: Native.php プロジェクト: idwsdta/INIT-frame
 /**
  * Get a list of supported character encodings
  *
  * @return string[]
  */
 public static function getSupportedEncodings()
 {
     return StringUtils::getSingleByteEncodings();
 }