Heim >Backend-Entwicklung >PHP-Tutorial >php js 动态显示服务器运行程序的进度条_PHP教程

php js 动态显示服务器运行程序的进度条_PHP教程

WBOY
WBOYOriginal
2016-07-20 11:08:28885Durchsuche

php教程 网页特效 动态显示服务器运行程序的进度条
if ('source' == $_get['act']) {           //查看源代码
show_source($_server["script_filename"]);
exit;
}   //end if
set_time_limit(0);
for ($i = 0; $i $users[] = 'tom_' . $i;
}   //end for
$width = 500;                      //显示的进度条长度,单位 px
$total = count($users);     //总共需要操作的记录数
$pix = $width / $total;        //每条记录的操作所占的进度条单位长度
$progress = 0;                   //当前进度条长度
?>


   
   
   
   
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn