⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 session.installation.html

📁 php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head>  <title>Installation</title>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="session.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="session.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="session.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="session.installation" class="section"> <h2 class="title">Installation</h2> <p class="para">  Session support is enabled in PHP by default. If you would  not like to build your PHP with session support, you should  specify the <span class="option">--disable-session</span>  option to configure. To use shared memory allocation (mm) for session  storage configure PHP <span class="option">--with-mm[=DIR] </span>. </p> <p class="simpara">The Windows version of PHP has built-insupport for this extension. You do not need to load any additionalextensions in order to use these functions.</p> <blockquote><p><b class="note">Note</b>:      By default, all data related to a particular session will be stored in   a file in the directory specified by the session.save_path INI option.   A file for each session (regardless of if any data is associated with   that session) will be created. This is due to the fact that a session   is opened (a file is created) but no data is even written to that file.   Note that this behavior is a side-effect of the limitations of working   with the file system and it is possible that a custom session handler   (such as one which uses a database) does not keep track of sessions   which store no data.   <br /> </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="session.setup.html">Installing/Configuring</a></div> <div class="next" style="text-align: right; float: right;"><a href="session.configuration.html">Runtime Configuration</a></div> <div class="up"><a href="session.setup.html">Installing/Configuring</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -