Home  >  Article  >  Backend Development  >  帝国cms:通过字段处理函数功能,转换为unix时间戳存储。哪位高手能帮忙看下这个异常

帝国cms:通过字段处理函数功能,转换为unix时间戳存储。哪位高手能帮忙看下这个异常

WBOY
WBOYOriginal
2016-06-13 11:29:451147browse

帝国cms:通过字段处理函数功能,转换为unix时间戳存储。谁能帮忙看下这个错误
function user_Arctime($mid,$f,$isadd,$isq,$value,$cs)
{
$value=time();
return $value;
}

本人新手,写的上面这个在存储时会自动变更为当前时间 

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn