Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 cakePHP v2.3.7,
我有以下问题,我已经在我的app/Config/core.php文件中写了这一行
app/Config/core.php
'timeout' => 44640, // 31 days.
为什么不可能放在这里让我们说: '1 month'或'1 year'? 它只需要是一个数值吗?
'1 month'
'1 year'
任何帮助表示赞赏。
因为这就是它的工作原理,所以只需几分钟。为什么这是一个问题?
strtotime()您可以设置一个与 php函数兼容的字符串。
strtotime()
例子:'+1 Year'
'+1 Year'