PHP – ob_start()函数 手册说明 bool ob_start ([ callback $output_callback [, int $chunk_size = 0 [, bool $erase = true ]]] ) 1 bool ob_start ([ callback $output_callback [, int $chunk_size = 0 [, bool $erase = true ]]] ) 打开输出缓存(output buffering) [……] 阅读全文 Posted on: 2011 年 05 月 29 日 2011 年 05 月 27 日 Author: straul Categories: PHP, 技术笔记 Tags: ob_start, php Leave a comment: PHP – ob_start()函数