首页 > 作文

TP5 Request 请求对象【转】

更新时间:2023-04-07 21:52:35 阅读: 评论:0

app\index\controller\index.php

<?php namespace app\index\controller; u think\request; class index {   public function index(request $request)   {     # 获取浏览器输入框的值     dump($request->domain());     dump($request->pathinfo());     dump($request->path());           # 请求类型     dump($request->method());     dump($request->isget());     dump($request->ispost());     dump($request->isajax());           # 请求的参数     dump($request->get());     dump($request->param());     dump($request->post());     //ssion('name', 'onestopweb');     //cookie('email', 'onestopweb@163.com');     //ssion(null);     //cookie('email',null);     dump($request->ssion());     dump($request->cook描写送别的诗ie());           dump($request->param('type'));     dump($request->cookie('email'));        于沐之   # 获取模块 控制器 操作     dump($request->module());     dump($request->controller());     dump($request->action());           # 获取url     dump($request->url());     dump($request->baurl());   } } 

地址栏输入的链接:http://192.168.0.180:55/index/index/index.html?name=chaoyi&type=blog

`string(23)` `"[http://192.168.0.180:55](http://192.168.0.180:55/)"``string(22)` `"index/index/index.html"``string(17)` `"index/index/index"``string(3)` `"get"``bool(true)``bool(fal)``bool(fal)``array``(2) {``[``"name"``] => string(6)` `"chaoyi"``[``"type"``] => string(4)` `"blog"``北京天气预报15天查询}``array``(2) {``[``"name"``] => string(6)` `"chaoyi"``[``"type"``] => string(4)` `"blog"``}``array``(0) {``}``array``(1) {``[``"name"``] => string(10)` `"onestopweb"``}``array``(3) {``[``"urname"``] => string(6)` `"chaoyi"``[``"phpssid"``] => string(26)` `"nugcsr2j9krr2lhk8bntggl412"``[``"email"``] => string(18)` `"onestopweb@163.com"``}``string(4)` `"blog"``string(18)` `"onestopweb@163.com"``string(5)` `"i小学教师入党申请书ndex"``string(5)` `"index"``string(5)` `"index"``string(45)` `"/index/index/index.html?name=chaoyi&type=blog"``string(23)` `"jlpt报名时间/index/index/index.html"`

原文链接:

本文发布于:2023-04-07 21:52:18,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/e11050a32b0e0fc7205dbf1051a6bed0.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:TP5 Request 请求对象【转】.doc

本文 PDF 下载地址:TP5 Request 请求对象【转】.pdf

标签:链接   小学教师   的诗   北京
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图