コード例 #1
0
ファイル: ezini.php プロジェクト: legende91/ez
 /**
  * Sets whether textcodec conversion is enabled or not.
  *
  * @see isTextCodecEnabled().
  *
  * @param bool $enabled
  */
 static function setIsTextCodecEnabled($enabled)
 {
     self::$textCodecEnabled = (bool) $enabled;
 }