07 2004 档案

摘要: 1, flush(), example: for( $i = 0; $i < 3; $i++ ) { print("OK<BR"); flush(); sleep(1); } 2, ob_start, bool ob_start ( [callback output_callback]) callback function will be called when ob_end_flus...阅读全文
posted @ 2004-07-30 01:20 James 阅读(519) | 评论 (0) 编辑