コード例 #1
0
 /**
  * 
  * @param string $dbCharset
  */
 static function setDbCharset($dbCharset)
 {
     self::$dbCharset = $dbCharset;
 }