工作上的隨手筆記
<?php defined('SYSPATH') or die('No direct script access.'); class html extends html_Core { public static function br2nl($text) { return preg_replace('/<br\\s*?\/??>/i', '', $text); } }
沒有留言:
張貼留言