中英
php$session
  • 网络释义
短语
  • 双语例句
  • 1
    The PHP application takes information from the client through the requested URL, any form data, and whatever session information has been captured to determine what it is supposed to do.
    PHP 应用程序通过请求的 URL、所有表单数据和已捕获的任意会话信息从客户机获得信息,从而确定应该执行什么操作。
  • 2
    By default, session information in PHP is written to a temporary directory.
    默认情况下,php中的会话信息将被写入临时目录。
  • 3
    When pages are served by PHP, this process is easy; you can check a session variable, or other persistent indicator.
    如果页面是由PHP实现的,这一过程将会非常简单,您可以检查一个会话变量或者其它的永久指示符。
查看更多