>  기사  >  백엔드 개발  >  PHP 시간대

PHP 시간대

王林
王林원래의
2024-08-29 12:51:55255검색

PHP 시간대 함수는 PHP의 내장 함수로, 날짜나 시간과 관련된 모든 함수에서 나중에 사용할 시간대와 함께 일부 기본값을 설정하는 데 주로 사용됩니다. PHP 시간대의 스크립트는 시간대가 유효하지 않고 다른 방식으로 true가 되는 경우 false를 반환하는 것과 같은 PHP 시간대에 대한 몇 가지 특별한 특성이 있습니다. 이 함수는 필수 인수로 간주되는 단일 인수를 허용하며 다기능 인수와 같이 두 개 이상의 인수는 PHP 시간대가 작동하도록 하는 데 필수는 아닙니다.

광고 이 카테고리에서 인기 있는 강좌 PHP 개발자 - 전문 분야 | 8개 코스 시리즈 | 3가지 모의고사

무료 소프트웨어 개발 과정 시작

웹 개발, 프로그래밍 언어, 소프트웨어 테스팅 등

구문

bool date_default_timezone_set( $timezone_id )

부울이 부울 값을 나타내고 함수가 다음과 같은 일부 매개변수를 전달하는 구문 흐름이 진행됩니다.

  • 이 함수에는 ASIA 또는 KOLKATA의 UTC 타이밍에 맞춰 필요한 날짜 또는 시간으로 매개변수를 설정하는 timezone_id와 같은 단일 매개변수가 포함되어야 합니다.
  • 함수가 false로 값을 반환하는 경우 해당 시간대 ID는 고려할 수 없으며 그렇지 않으면 true입니다.

PHP에서 타임존 기능은 어떻게 작동하나요?

모든 함수에는 작동 패턴이 있으므로 PHP에서 다음과 같은 방식으로 작동하는 시간대 함수를 수행하세요.

  • timezone function is an inbuild function in PHP which is mostly used for setting the values with respect to the values given but still it needs some more setting and the patterns as per requirement.
  • Also, there are other methods with timezone including setting up the PHP timezone function with setTimeZone and getTimeZone.
  • Version compatibility in PHP also plays a pivotal role like it should be above 5 with its own pros and cons.
  • Date_timezone_set function is used exclusively for setting the timezone with Date Time Object which means it sets for the new DateTimeObject.
  • DateTime::setData function as part of Timezone function resets the current DateTime Object to a different date and time.
  • This timezone function involves usage of both date and time which means that the date used will be fetched from the date
  • Once this date or time function set up is done then the format for both the date and time function can be modified and can be made updated in different ways and format.
  • Also, the function depends on many local setups of the server with the daylight-saving time and leap years into consideration.
  • For setting up local server and the environment it is very much needed to make this PHP function as part of PHP pre-installation phase which means no third-party installation is required for making use of PHP functions.
  • This behavior of functions gets affected or changed whenever the function with php.ini is used for manipulation with the added aid of timezone.
  • timezone_abbreviations_list() function is mostly used for returning an associative array containing destination, offset, and any timezone name.
  • This function is used for accepting a single parameter for manipulation which involves timezone_identifier to make traversal within the function.
  • The return type is in boolean format with consideration of fact that it can be either true or false depending on the function requirement.
  • After PHP Version more than 5 which means PHP version with 5 and above will have calls made to date and time by generating E_NOTICE which is a kind of acknowledgement with the fact that the user is receiving a valid or true notice as a message.
  • If in case the end user receives or get some invalidated or false response as E_Warning then the system settings with the TZ environment variable will receive acknowledgment in warning format.
  • This is not the only option to make PHP timezone in working format rather an alternative to this procedure can be made with the INI default settings with time zone i.e. by setting the date time with date.timezone to set default timezone.
  • The timezone identifier plays an important role with the fact that timezone related to identifiers will be according to the locations and it can be in the form of UTC timing like Africa, Asia, Europe etc.
  • Versions with 5.1.2 supports for the function having validation for the timezoneID parameter whereas the version 5.3.0 supports for acknowledgement with E_Warning rather than E_strict statements.
  • Date_default_timezone_get() helps in getting the default timezone that will be aided with the date and time format present in the script.

Examples of PHP timezone

Given below are the examples of PHP timezone:

Example #1

This program demonstrates the way to represent default timezone to get the value set up with the default timezone according to India and USA as shown in the output.

Code:

<!DOCTYPE html>
<html>
<body>
<?php
date_default_timezone_set('India/USA');
$sc_tz = date_default_timezone_get();
if (strcmp($sc_tz, ini_get('date.timezone')))
{
echo 'ini_timezone varies from the ini_timezone present in the script.';
}
else
{
echo 'Both the timezone including ini and script matches with each other.';
}
?>
</body>
</html>

Output:

PHP 시간대

Example #2

This program demonstrates how to call for the date and time function with respect to set the date and time in an object-oriented fashion as shown in the output.

Code:

<!DOCTYPE html>
<html>
<body>
<?php
$dt = new DateTime('2020-08-05', new DateTimeZone('Europe/London'));
echo $dt->format('Y-m-d H:i:sP') . "\n";
$dt->setTimezone(new DateTimeZone('Australia/sydney'));
echo $dt->format('Y-m-d H:i:sP') . "\n";
?>
</body>
</html>

Output:

PHP 시간대

Example #3

This program demonstrates the creation of date using date_create() function from abbreviation list to make the entire list of function working with the created date as shown in the output.

Code:

<!DOCTYPE html>
<html>
<body>
<?php
$dt=date_create();
echo date_timestamp_get($dt);
?>
</body>
</html>

Output:

PHP 시간대

Example #4

This program demonstrates the date with timestamp to get created and then representing it as shown in the output.

Code:

<!DOCTYPE html>
<html>
<body>
<?php
$dt=date_create();
date_timestamp_set($dt,12167845);
echo date_format($dt,"U = Y-m-d H:i:s");
?>
</body>
</html>

Output:

PHP 시간대

결론

PHP 타임존 함수는 날짜 및 시간 관련 기능을 구현해야 할 때 주로 사용되는 매우 유용한 시간 및 날짜 관련 내장 함수입니다. 또한, 시간을 균일하게 설정하고 얻는 측면에서 긍정과 반성을 위해 타임존을 확정한 후에는 PHP 타임존이 잘 혼합됩니다.

위 내용은 PHP 시간대의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
이전 기사:PHP 날짜 시간 함수다음 기사:PHP 날짜 시간 함수