Convert time to timestamp
<html> <meta charset="utf-8"/> <body> <?php date_default_timezone_set("Asia/shanghai"); echo "當(dāng)前時(shí)間為:".date('Y-m-d H:i:s'); echo "<br/>轉(zhuǎn)換成時(shí)間戳為:".time(); ?> </body> </html>
<html> <meta charset="utf-8"/> <body> <?php date_default_timezone_set("Asia/shanghai"); echo "當(dāng)前時(shí)間為:".date('Y-m-d H:i:s'); echo "<br/>轉(zhuǎn)換成時(shí)間戳為:".time(); ?> </body> </html>
Students who have watched this course are also learning