- 博客(4)
- 收藏
- 关注
原创 zend framework
//禁用布局和视图 $this->_helper->layout()->disableLayout(); $this->_helper->layout->disableLayout(); $this->_helper->viewRenderer->setNoRender(); 翻译 $translate = Zend_Registry::get('Zend_Translate')
2014-05-19 21:34:04
406
10
原创 判断字符串中是否含有BOM
/** * 判断字符串中是否含有BOM,如果有则删除掉 * @param String $content 需要检查的字符串 * @return string $content 返回检查后的字符串 */ public function checkBOM($content) { $charset [1] = substr($content, 0, 1 ); $charset [2] =
2014-04-25 16:50:00
1417
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅