コード例 #1
0
ファイル: Tools.php プロジェクト: CatLabInteractive/1brood
 public static function output_varchar($text)
 {
     $input = Core_Tools::splitLongWords($text);
     return htmlentities(stripslashes($text), ENT_QUOTES, 'UTF-8');
 }