Home > Backend Development > PHP Tutorial > php有timer功能吗??很奇怪?

php有timer功能吗??很奇怪?

WBOY
Release: 2016-06-23 14:19:25
Original
1096 people have browsed it

PHP timer

php有timer功能吗??很奇怪?

回复讨论(解决方案)

php没有,用js.

timer是Java上的?你可以在前端触发 也就是js 的循环控制 或者在后台服务器设置计划任务,定时执行。。。

令time out等于0,用循环,每秒钟检查一次时间。没有性能消耗的。

令time out等于0,用循环,每秒钟检查一次时间。没有性能消耗的。 time out是哪的啊  无知下

set_time_limit(0);

Timer 定时器
php 的应用程序没有常驻内存的,所以不需要定时器。这一点都不奇怪

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template