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

源代码在线查看: function.mysql-get-client-info.html

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

相关代码

												 				  Get MySQL client info				  				 				 				 mysql_free_result				 mysql_get_host_info				 MySQL Functions				 PHP Manual								 				  mysql_get_client_info				  (PHP 4 >= 4.0.5, PHP 5, PECL mysql:1.0)mysql_get_client_info — Get MySQL client info								 								 				  Description				  				   string mysql_get_client_info				    ( void				   )								  				   mysql_get_client_info() returns a string that				   represents the client library version.				  				 												 				  Return Values				  				   The MySQL client version.				  				 								 				 				  Examples				  				   				    Example #1 mysql_get_client_info() example				    								<?phpprintf("MySQL client info: %s\n", mysql_get_client_info());?>												    								    The above example will output 				something similar to:				    								MySQL client info: 3.23.39								    				   				  				 												 				  See Also				  				   				    mysql_get_host_info()				    mysql_get_proto_info()				    mysql_get_server_info()				   				  				 												 mysql_free_result				 mysql_get_host_info				 MySQL Functions				 PHP Manual											

相关资源