Yuan_Tuo
Yuan_Tuo

代码片段
文章归档

https://blog.imwcr.cn/wp-content/uploads/2023/03/lars-kienle-IlxX7xnbRF8-unsplash-scaled.jpg
Ubantu 安装MySQL+PHP+Redis
本文仅用作记录。 sudo apt install software-properties-common sudo add-apt-repository ppa:ondrej/php sudo apt update…
   158   2023-06-06   去围观

保存个获取北京时间的函数

在翻看以前代码的是否发现了一个获取北京时间的函数,发现居然还能用,保存一下。 (似乎是苏宁易购的系统时间) function beijingtime(){ $time=file_get_contents("http://quan.suning.com/getSysTime.do"); $time_decode=json_decode($time,true); …

   2,221   2021-03-28   去围观