コード例 #1
0
 public static function Code($string)
 {
     $bb = new BBCode();
     return $bb->Format($string);
 }