php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容

源代码在线查看: function.ob-implicit-flush.html

软件大小: 3633 K
上传用户: fengkuangyidao
关键词: php PHP 文档 实际应用
下载地址: 免注册下载 普通下载 VIP

相关代码

												 				  Turn implicit flush on/off				  				 				 				 ob_gzhandler				 ob_list_handlers				 Output Control Functions				 PHP Manual								 				  ob_implicit_flush				  (PHP 4, PHP 5)ob_implicit_flush — Turn implicit flush on/off								 				 				 				  Description				  				   void ob_implicit_flush				    ([ int $flag				  ] )								  				   ob_implicit_flush() will turn implicit flushing on or				   off. Implicit flushing will result in a flush operation after every output				   call, so that explicit calls to flush() will no longer				   be needed.				  				 												 				  Parameters				  				   								    								     flag												     								      				       TRUE to turn implicit flushing on, FALSE otherwise.				       Defaults to TRUE.				      				     								    								   								  				 												 				  Return Values				  				   No value is returned.				  				 												 				  See Also				  				   				    flush()				    ob_start()				    ob_end_flush()				   				  				 																 ob_gzhandler				 ob_list_handlers				 Output Control Functions				 PHP Manual											

相关资源