$this->_get(); 用法示例

浏览:13898 发布日期:2013/01/04 分类:用法示例 关键字: _get _post
$this->_get(); 用法示例

$this->_get('a','b','c');

三个参数:

a、$_GET提交上来的变量名;

b、过滤函数(多个用逗号隔开,如:'trim' / 'trim,String');

c、默认值;
评论( 相关
后面还有条评论,点击查看>>