コード例 #1
0
ファイル: spoon.php プロジェクト: jeroendesloovere/library
 /**
  * @param string $charset
  */
 public static function setCharset($charset = true)
 {
     self::$charset = (string) $charset;
 }