예제 #1
0
파일: Fn.php 프로젝트: gitter-badger/ant-1
 private static function setEncoding($encoding)
 {
     self::$encoding = $encoding;
 }
예제 #2
0
파일: Fn.php 프로젝트: undercloud/ant
 /**
  * Set encoding for string functions
  *
  * @param string $encoding name
  *
  * @return void
  */
 public static function setEncoding($encoding)
 {
     self::$encoding = $encoding;
 }