PHP函数进度条

发布于 2024-12-05 11:15:36 字数 178 浏览 1 评论 0原文

我正在构建一些图像转换器,我运行的函数可能需要一段时间, 我想知道的是,php 中是否有一种构建方式可以用来显示函数的进度?该函数基于 For 循环(函数内部有几个 for 循环),所以我知道在许多循环中该函数将停止。 是否可以?

另一个问题是我想知道上传文件进度条是如何工作的,如果你有小例子或教程那就太好了, 谢谢,先生。

i'm building some image convertor and the function i run may can take a while ,
what i want to know , is if there a build in way in php that i can use to show the progress of the function? the function based on the For loop (inside the function there are several for loop ) so i know in many loops the function going to stop.
is it possible?

an other question is that i want to know how uploading files progress bar work , if you have small example or tutorial it will be great ,
thanks , Mor.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

余厌 2024-12-12 11:15:36

是的,可以在执行脚本时使用 flush()ob_flush() 刷新输出缓冲

Yes it is possible, to use flush() and ob_flush() to flush output buffering while executing script

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文