Home  >  Article  >  Backend Development  >  PHP怎么实现类似WordPress的定时发布功能

PHP怎么实现类似WordPress的定时发布功能

WBOY
WBOYOriginal
2016-06-13 12:18:34823browse

PHP如何实现类似WordPress的定时发布功能
我用过所有的国内CMS,定时功能全是通过用户触发JavaScript来触发的。

但是WordPress却可以精确到秒,没有任何人访问,他还是按时发布了,这个是怎么做到的?

大神们一起想想办法吧?要使实在找不到解决方案,也讲下JavaScript触发原理
------解决思路----------------------
WordPress 不是 php 写的博客系统吗?你看看他是怎么做的就是了

既然没有人访问(当然也包括你啦),那你怎么知道 他还是按时发布了 ?而不是访问时补齐的

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
Previous article:PHP技术晋升Next article:PHP String函数分门别类