Пример #1
0
 /**
  * Get a list of supported character encodings
  *
  * @return string[]
  */
 public static function getSupportedEncodings()
 {
     return StringUtils::getSingleByteEncodings();
 }