开发者

PHP function progress bar

开发者 https://www.devze.com 2023-04-06 09:44 出处:网络
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 functi

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.


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


Check thie out http://pixomania.net/dev/php/php-progress-bar-class

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号