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

源代码在线查看: class.mysqli-result.html

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

相关代码

												 				  The MySQLi_Result class				  				 				 				 mysqli_stmt::store_result				 mysqli_result->current_field				 Mysqli				 PHP Manual								 The MySQLi_Result class				 				 				 				 								  				   Introduction				   				    Represents the result set obtained from a query against the database.				   				  								 				  				   Class synopsis				 								   				    MySQLi_Result				 								    				     				      MySQLi_Result				     				     {								 				    /* Properties */				    				    int $current_field				   ;				int $field_count;				array $lengths;				int $num_rows;								 				    /* Methods */				    				   int mysqli_field_tell				    ( mysqli_result $result				   )								   bool mysqli_result::data_seek				    ( int $offset				   )								   mixed mysqli_result::fetch_array				    ([ int $resulttype				  ] )								   array mysqli_result::fetch_assoc				    ( void				   )								   object mysqli_result::fetch_field_direct				    ( int $fieldnr				   )								   object mysqli_result::fetch_field				    ( void				   )								   array mysqli_result::fetch_fields				    ( void				   )								   object mysqli_result::fetch_object				    ([ string $class_name				   [, array $params				  ]] )								   mixed mysqli_result::fetch_row				    ( void				   )								   int mysqli_num_fields				    ( mysqli_result $result				   )								   bool mysqli_result::field_seek				    ( int $fieldnr				   )								   void mysqli_result::free				    ( void				   )								   array mysqli_fetch_lengths				    ( mysqli_result $result				   )								   int mysqli_num_rows				    ( mysqli_result $result				   )								   }								 				  				 				 				 				 																																																																																																																																																																																																																																																																																																																																																								Table of Contentsmysqli_result->current_field 鈥			

相关资源