PHP funkce strptime()
06. 07. 2020Dostupnost ve verzích: PHP 5.1.0
Parse a time/date generated with
Parametry
Parametr | Datový typ | Výchozí hodnota | Poznámka |
---|---|---|---|
$date | string | The string to parse (e.g. returned from strftime) | |
$format | string | The format used in date (e.g. the same as used in strftime). |
Návratové hodnoty
array
|bool an array or false on failure.
parameters | Description |
"tm_sec" | Seconds after the minute (0-61) |
"tm_min" | Minutes after the hour (0-59) |
"tm_hour" | Hour since midnight (0-23) |
"tm_mday" | Day of the month (1-31) |
"tm_mon" | Months since January (0-11) |
"tm_year" | Years since 1900 |
"tm_wday" | Days since Sunday (0-6) |
"tm_yday" | Days since January 1 (0-365) |
"unparsed" | the date part which was not recognized using the specified format |
Další zdroje
https://php.net/manual/en/function.strptime.php
Jan Barášek Více o autorovi
Autor článku podniká jako fullstack senior developer v Praze. Spravuje 300 různě velkých webových projektů, fungujících dodnes. Během spolupráce nabral hluboké zkušenosti, které na tomto webu předává dál.
Rád vám pomůžu:
Kontakt Konzultace a služby Nabídka spolupráce