intro.datetime.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 42 行
HTML
42 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Introduction</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="book.datetime.html">Date/Time</a></div> <div class="next" style="text-align: right; float: right;"><a href="datetime.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.datetime.html">Date/Time</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="intro.datetime" class="preface"> <h1 class="title">Introduction</h1> <p class="para"> These functions allow you to get the date and time from the server where your PHP scripts are running. You can use these functions to format the date and time in many different ways. </p> <blockquote><p><b class="note">Note</b>: <span class="simpara"> Please keep in mind that these functions are dependent on the locale settings of your server. Make sure to take daylight saving time (use e.g. <i>$date = strtotime('+7 days', $date)</i> and not <i>$date += 7*24*60*60</i>) and leap years into consideration when working with these functions. </span> </p></blockquote> <blockquote><p><b class="note">Note</b>: <span class="simpara"> The timezones referenced in this section can be found in the <a href="timezones.html" class="xref">List of Supported Timezones</a>. </span> </p></blockquote> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="book.datetime.html">Date/Time</a></div> <div class="next" style="text-align: right; float: right;"><a href="datetime.setup.html">Installing/Configuring</a></div> <div class="up"><a href="book.datetime.html">Date/Time</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?