企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
函数源码位置在:`apps/functions/time.php` #### 友好的时间显示(friendly_date) ~~~ /** * 友好的时间显示 * * @param int $sTime 待显示的时间 * @param string $type 类型. normal | mohu | full | ymd | other * @param string $alt 已失效 * @return string */ function friendly_date($sTime,$type = 'normal',$alt = 'false') ~~~