php 日期时差8小时间解决方法_PHP教程

WBOY
풀어 주다: 2016-07-13 10:54:26
원래의
998명이 탐색했습니다.

程序中添加时间的初始化语句:“date_default_timezone_set("asia/shanghai");

定义和用法

the date_default_timezone_set() function sets the default timezone used by all date/time functions.
date_default_timezone_set()函数的作用是:设定用于一个脚本中所有日期时间函数的默认时区。

syntax
语法

date_default_timezone_set(timezone)
로그인 후 복사

parameter
参数
description
描述
timezone required. the timezone identifier, like "utc" or "europe/paris". list of valid timezones: http://www.php教程.net/manual/en/timezones.php
必要参数,时区确认器,如“utc”或“europe/paris”。下面列出了有效的时区:http://www.php.net/manual/en/timezones.php

tips教程 and notes
注意点

note: this function always returns true (even if the timezone parameter isn't valid).
注意:这个函数总是返回true(即使时区参数无效的情况下)。


example
案例

<?phpecho (date_default_timezone_set("europe/paris"));?>
로그인 후 복사

the output of the code above will be:
上述代码将输出下面的结果:

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/632328.htmlTechArticle程序中添加时间的初始化语句:date_default_timezone_set(asia/shanghai); 定义和用法 the date_default_timezone_set() function sets the default timezone used by all d...
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿