PHP 严格类型
只需在 PHP 代码文件的开头加上declare(strict_types = 1);这一行魔法代码,就能开启严格类型检查之旅。
header("Content-Type: application/vnd.ms-excel; name='excel'"); header("Content-Disposition:atta...
public function img_url() { $id = request()->param('id', 1122); $info = Db::name('...
public function bottom($mid = 3){ $members = DB::select('select id,parent_id,`level...
public function index44() { $domain = request(...
public function images(){ $image = request()->input('image'); i...
/** * 微信 退款 操作 */ public function refund($out_trade_no, $refund_money) { $time = time();...