strftime("%V,%G,%Y",strtotime("1/2/2005")) . "\n";// Outputs: 1/3/2005 - %V,%G,%Y = 1,2005,2005echo "1/3/2005 - %V,%G,%Y = " . strftime("%V,%G,%Y",strtotime("1/3/2005")) . "\n";?> 參見setlocale(),mktime(),strptime() 以及Open Group specification of ...
www.dbjr.com.cn/shouce/php5/zh/functi... 2025-5-25