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

源代码在线查看: function.odbc-longreadlen.html

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

相关代码

												 				  Handling of LONG columns				  				 				 				 odbc_gettypeinfo				 odbc_next_result				 ODBC Functions				 PHP Manual								 				  odbc_longreadlen				  (PHP 4, PHP 5)odbc_longreadlen — Handling of LONG columns								 				 				  Description				  				   bool odbc_longreadlen				    ( resource $result_id				   , int $length				   )								  				   Enables handling of LONG and LONGVARBINARY columns.				  				 								 				  Parameters				  				   								    								     result_id												     								      				       The result identifier.				      				     								    								    								     length												     								      				       The number of bytes returned to PHP is controlled by the parameter				       length. If it is set to 0, Long column data is passed through to the				       client.				      				     								    								   								  				 								 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 								 				  Notes				  Note: 				   				    Handling of LONGVARBINARY columns is also affected by				    odbc_binmode().				   				  				 												 odbc_gettypeinfo				 odbc_next_result				 ODBC Functions				 PHP Manual											

相关资源