@@ -194,16 +194,6 @@ function S($name,$value='',$options=null) {
}
}
/**
* 日志记录
* @param string $log 日志信息
* @param string $type 日志类型
* @return void
*/
functionlog($log,$type='DEBUG'){
Think\Log::record($log,$type);
}
/**
* 字符串命名风格转换
* type 0 将Java风格转换为C的风格 1 将C风格转换为Java的风格
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.