function getdate KQ4I6LRZQHXPNQCHFQCWYYPQT3O3FZO4JDTCJPY


getdatePodręcznik PHPPoprzedniNastępnygetdate (PHP 3, PHP 4 >= 4.0.0)getdate -- Get date/time informationDescriptionarray getdate ([int timestamp]) Returns an associative array containing the date information of the timestamp, or the current local time if no timestamp is given, as the following array elements: "seconds" - seconds "minutes" - minutes "hours" - hours "mday" - day of the month "wday" - day of the week, numeric : from 0 as Sunday up to 6 as Saturday "mon" - month, numeric "year" - year, numeric "yday" - day of the year, numeric; i.e. "299" "weekday" - day of the week, textual, full; i.e. "Friday" "month" - month, textual, full; i.e. "January" Przykład 1. getdate() example $today = getdate(); $month = $today['month']; $mday = $today['mday']; $year = $today['year']; echo "$month $mday, $year"; PoprzedniSpis treściNastępnydatePoczątek rozdziaługettimeofday

Wyszukiwarka

Podobne podstrony:
function getdate
function getdate
function msession getdata
function fdf next field name
function ccvs void
function mysql error
function mcal event set end
function mcrypt cbc
Functional Origins of Religious Concepts Ontological and Strategic Selection in Evolved Minds
function domnode get content

więcej podobnych podstron