开发者

Is the date function based on the clients or server's clock? (PHP)

开发者 https://www.devze.com 2022-12-27 04:32 出处:网络
J开发者_如何学JAVAust curious...Web server\'s, since PHP is a server-side language.PHP executes on the server, so the server. http://au2.php.net/manual/en/function.date.phpServer. There is no easy way

J开发者_如何学JAVAust curious...


Web server's, since PHP is a server-side language.


PHP executes on the server, so the server. http://au2.php.net/manual/en/function.date.php


Server. There is no easy way for the server to know client's date and time.


Its based on the server's clock.

0

精彩评论

暂无评论...
验证码 换一张
取 消