CodeIgniter 字符串辅助函数 - strip_quotes()

去掉字符串中的单引号和双引号。范例:$string="Joe's \\\\"dinner\""; $string=strip_quotes($string); //results in "Joes dinner"文章来源:[url]http://cwiki.ossez.com/pages/viewpage.action?pageId=2392225[/url]