/manuals/php/ref.datetime.html

https://github.com/vsilent/vim · HTML · 274 lines · 21 code · 253 blank · 0 comment · 0 complexity · 837e7b9df95c30c5a0b57b92dca8184c MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <title>Date and Time Функции</title>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  6. </head>
  7. <body><div style="text-align: center;">
  8. <div class="prev" style="float: left;"><a href="book.datetime.html">Date and Time</a></div>
  9. <div class="next" style="float: right;"><a href="function.checkdate.html">checkdate</a></div>
  10. <div class="up"><a href="book.datetime.html">Date and Time</a></div>
  11. <div class="home"><a href="index.html">PHP Manual</a></div>
  12. </div><hr /><div>
  13. <h1 class="title">Date and Time Функции</h1>
  14. <h2>Содержание</h2><ul class="chunklist chunklist_reference"><li><a href="function.checkdate.html">checkdate</a> Проверяет правильность даты по грегорианскому календарю</li><li><a href="function.date-create.html">date_create</a> Returns new DateTime object</li><li><a href="function.date-date-set.html">date_date_set</a> Sets the date</li><li><a href="function.date-default-timezone-get.html">date_default_timezone_get</a> Gets the default timezone used by all date/time functions in a script</li><li><a href="function.date-default-timezone-set.html">date_default_timezone_set</a> Sets the default timezone used by all date/time functions in a script</li><li><a href="function.date-format.html">date_format</a> Returns date formatted according to given format</li><li><a href="function.date-isodate-set.html">date_isodate_set</a> Sets the ISO date</li><li><a href="function.date-modify.html">date_modify</a> Alters the timestamp</li><li><a href="function.date-offset-get.html">date_offset_get</a> Returns the daylight saving time offset</li><li><a href="function.date-parse.html">date_parse</a> Returns associative array with detailed info about given date</li><li><a href="function.date-sun-info.html">date_sun_info</a> Returns an array with information about sunset/sunrise and twilight begin/end</li><li><a href="function.date-sunrise.html">date_sunrise</a> Returns time of sunrise for a given day and location</li><li><a href="function.date-sunset.html">date_sunset</a> Returns time of sunset for a given day and location</li><li><a href="function.date-time-set.html">date_time_set</a> Sets the time</li><li><a href="function.date-timezone-get.html">date_timezone_get</a> Return time zone relative to given DateTime</li><li><a href="function.date-timezone-set.html">date_timezone_set</a> Sets the time zone for the DateTime object</li><li><a href="function.date.html">date</a> Форматирует системную дату/время</li><li><a href="function.getdate.html">getdate</a> Возвращает информацию о дате/времени</li><li><a href="function.gettimeofday.html">gettimeofday</a> Возвращает текущее время</li><li><a href="function.gmdate.html">gmdate</a> Форматирует дату/время по Гринвичу</li><li><a href="function.gmmktime.html">gmmktime</a> Возвращает метку времени Unix для времени по Гринвичу</li><li><a href="function.gmstrftime.html">gmstrftime</a> Форматирует дату/время по Гринвичу с учетом текущей локали</li><li><a href="function.idate.html">idate</a> Format a local time/date as integer</li><li><a href="function.localtime.html">localtime</a> Возвращает системное время</li><li><a href="function.microtime.html">microtime</a> Возвращает метку времени с микросекундами</li><li><a href="function.mktime.html">mktime</a> Возвращает метку времени для заданной даты</li><li><a href="function.strftime.html">strftime</a> Форматирует текущую дату/время с учетом текущей локали</li><li><a href="function.strptime.html">strptime</a> Parse a time/date generated with strftime</li><li><a href="function.strtotime.html">strtotime</a> Преобразует текстовое представление даты на английском языке в метку времени Unix</li><li><a href="function.time.html">time</a> Возвращает текущую метку времени</li><li><a href="function.timezone-abbreviations-list.html">timezone_abbreviations_list</a> Returns associative array containing dst, offset and the timezone name</li><li><a href="function.timezone-identifiers-list.html">timezone_identifiers_list</a> Returns numerically index array with all timezone identifiers</li><li><a href="function.timezone-name-from-abbr.html">timezone_name_from_abbr</a> Returns the timezone name from abbrevation</li><li><a href="function.timezone-name-get.html">timezone_name_get</a> Returns the name of the timezone</li><li><a href="function.timezone-offset-get.html">timezone_offset_get</a> Returns the timezone offset from GMT</li><li><a href="function.timezone-open.html">timezone_open</a> Returns new DateTimeZone object</li><li><a href="function.timezone-transitions-get.html">timezone_transitions_get</a> Returns all transitions for the timezone</li></ul>
  15. </div>
  16. <hr /><div style="text-align: center;">
  17. <div class="prev" style="float: left;"><a href="book.datetime.html">Date and Time</a></div>
  18. <div class="next" style="float: right;"><a href="function.checkdate.html">checkdate</a></div>
  19. <div class="up"><a href="book.datetime.html">Date and Time</a></div>
  20. <div class="home"><a href="index.html">PHP Manual</a></div>
  21. </div></body></html>