From professional translators, enterprises, web pages and freely available translation repositories.
예 1. strtotime() examples
$str = 'nicht gut'; if (($timestamp = strtotime($str)) === -1) {echo "der string ($str) ist falsch .";} else {echo "$str == ". date('l ds of f y h:i:s a',$timestamp);}
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
Warning: Contains invisible HTML formatting
mktime() 과 strtotime() 도 참고하라.
datums - und zeit-funktionen
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
날짜 표시의 문자열로부터 timestamp를 를 생성하기 위해서, strtotime() 을 사용할 수 있다. 또, 몇몇 데이터베이스는 그들의 날짜 형식으로부터 timestamp로 변환하는 함수를 가지고 있다. (mysql의 unix_timestamp 함수와 같은)
zusätzlich bieten einige datenbanken funktionen, um ihre datumsfromate in timestamps umzuwandeln (wie z.b. die mysql-funktion unix_timestamp).
Last Update: 2011-10-24
Usage Frequency: 1
Quality: