update : 2015.11.03
php.shukuma.com검색:
|
date_default_timezone_set(PHP 5 >= 5.1.0) date_default_timezone_set — Sets the default timezone used by all date/time functions in a script 설명
bool date_default_timezone_set
( string
$timezone_identifier
)date_default_timezone_set() sets the default timezone used by all date/time functions.
Instead of using this function to set the default timezone in your script, you can also use the INI setting date.timezone to set the default timezone. 인수
반환값
This function returns 예제
Example #1 Getting the default timezone
<?php 변경점
참고
|