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

源代码在线查看: mysqli.dump-debug-info.html

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

相关代码

												 				  Dump debugging information into the log				  				 				 				 mysqli::debug				 mysqli->errno				 MySQLi				 PHP Manual								 				  mysqli::dump_debug_info				  mysqli_dump_debug_info				  (PHP 5)mysqli::dump_debug_info -- mysqli_dump_debug_info — Dump debugging information into the log								 								 				  Description				  Object oriented style (method):				   				    bool mysqli::dump_debug_info				     ( void				    )								  Procedural style:				  				   bool mysqli_dump_debug_info				    ( mysqli $link				   )								  				   This function is designed to be executed by an user with the SUPER				   privilege and is used to dump debugging information into the log for the				   MySQL Server relating to the connection.				  				 												 				  Parameters				  				   								    								link												Procedural style only: A link identifier				returned by mysqli_connect() or mysqli_init()																   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 												 				  See Also				  				   				    mysqli_debug()				   				  				 																 mysqli::debug				 mysqli->errno				 MySQLi				 PHP Manual											

相关资源