Closed. This question is off-topic. It is not currently accepting answers.admin管理员组文章数量:1130349
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionWhat's the best way to add to time()?
For example: time() + 5 will return 5, not the current unix timestamp with 5 added to it. Any ideas? Thanks
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionWhat's the best way to add to time()?
For example: time() + 5 will return 5, not the current unix timestamp with 5 added to it. Any ideas? Thanks
1 Answer
Reset to default 0Oh you have to wrap in quotes.
(time() + 5)
Works. Sigh
Closed. This question is off-topic. It is not currently accepting answers.Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionWhat's the best way to add to time()?
For example: time() + 5 will return 5, not the current unix timestamp with 5 added to it. Any ideas? Thanks
Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 6 years ago.
Improve this questionWhat's the best way to add to time()?
For example: time() + 5 will return 5, not the current unix timestamp with 5 added to it. Any ideas? Thanks
1 Answer
Reset to default 0Oh you have to wrap in quotes.
(time() + 5)
Works. Sigh
本文标签: phpCan39t add to time
版权声明:本文标题:php - Can't add to time? 内容由热心网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:https://it.en369.cn/questions/1749095057a2315121.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。


发表评论