超人工智能_超人

超人工智能

超人工智能

So far (end of chapter 1, just before jumping into the OO part) the book doesn't say a word about superglobals. I think this is an important topic and I suppose there must be questions about the superglobals on the exam.

到目前为止(第1章结尾,就在进入OO部分之前),这本书还没有提到有关超全局变量的内容。 我认为这是一个重要的主题,并且我认为考试中必须存在有关超全局变量的问题。

The best place to get an idea about the superglobals is this PHP.net manual entry. Note how there was a different set of superglobals prior to php.4.1 but I was lead to believe that the exam is concentrated on stuff after 4.1. (and before php5).

最好的了解超全局性的地方是此PHP.net手册条目。 请注意,在php.4.1之前,如何有一组不同的超全局变量,但我被认为是在4.1之后的考试。 (并且在php5之前)。

Briefly, here's the list of superglobals:

简要地说,这是超全局变量的列表:

  • $_GET - variables sent using a GET HTTP request

    $ _GET-使用GET HTTP请求发送的变量
  • $_POST - variables sent using a POST HTTP request

    $ _POST-使用POST HTTP请求发送的变量
  • $_COOKIE - array of all cookies that are sent by the server

    $ _COOKIE-服务器发送的所有cookie的数组
  • $_REQUEST - a merge of the three above

    $ _REQUEST-以上三个的合并
  • $_SESSION - array containing the session data

    $ _SESSION-包含会话数据的数组
  • $_SERVER - server variables like REMOTE_ADDR, SCRIPT_NAME, REQUEST_URI, etc.

    $ _SERVER-服务器变量,例如REMOTE_ADDR,SCRIPT_NAME,REQUEST_URI等。
  • $_ENV - more or less the same as $_SERVER

    $ _ENV-与$ _SERVER大致相同
  • $_FILE - data about uploaded files

    $ _FILE-有关上传文件的数据
  • $GLOBALS - array of all global variables, see the previous blog entry for an example

    $ GLOBALS-所有全局变量的数组,有关示例,请参见前面的博客条目

Tell your friends about this post on Facebook and Twitter

FacebookTwitter上告诉您的朋友有关此帖子的信息

翻译自: https://www.phpied.com/superglobals/

超人工智能

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值