downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

Resource Types> <Installation
[edit] Last updated: Fri, 24 Jun 2011

view this page in

Runtime Configuration

The behaviour of these functions is affected by settings in php.ini.

گزینه‌های تنظیمات Date/Time
Name Default Changeable Changelog
date.default_latitude "31.7667" PHP_INI_ALL فراهم شده از زمان PHP 5.0.0.
date.default_longitude "35.2333" PHP_INI_ALL فراهم شده از زمان PHP 5.0.0.
date.sunrise_zenith "90.583333" PHP_INI_ALL فراهم شده از زمان PHP 5.0.0.
date.sunset_zenith "90.583333" PHP_INI_ALL فراهم شده از زمان PHP 5.0.0.
date.timezone "" PHP_INI_ALL فراهم شده از زمان PHP 5.1.0.
For further details and definitions of the PHP_INI_* modes, see the Where a configuration setting may be set.

Here's a short explanation of the configuration directives.

date.default_latitude float

عرض جغرافیایی پیش‌فرض.

date.default_longitude float

طول جغرافیایی پیش‌فرض.

date.sunrise_zenith float

سمت طلوع پیش‌فرض.

date.sunset_zenith float

سمت غروب پیش‌فرض.

date.timezone string

منطقه زمانی پیش‌فرض استفاده شده توسط تمام توابع date/time اگر متغیر محیط TZ تعیین نشده باشد. ترتیب تقدم در صفحه date_default_timezone_get() تعریف شده است. List of Supported Timezones را برای فهرستی مناطق زمانی دیده شده ببینید.

Note: چهار گزینه اول تنظیمات تنها توسط date_sunrise() و date_sunset() استفاده می‌شود.



add a note add a note User Contributed Notes Runtime Configuration - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites