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

源代码在线查看: function.ibase-blob-close.html

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

相关代码

												 				  Close blob				  				 				 				 ibase_blob_cancel				 ibase_blob_create				 Firebird/InterBase Functions				 PHP Manual								 				  ibase_blob_close				  (PHP 4, PHP 5)ibase_blob_close — Close blob								 				 				 				  Description				  				   mixed ibase_blob_close				    ( resource $blob_handle				   )								  				   This function closes a BLOB that has either been opened for reading by				   ibase_open_blob() or has been opened for writing by				   ibase_create_blob().				  				 												 				  Parameters				  				   								    								     blob_handle												     								      				       A BLOB handle opened with ibase_create_blob() or				       ibase_open_blob().				      				     								    								   								  				 												 				  Return Values				  				   If the BLOB was being read, this function returns TRUE on success, if				   the BLOB was being written to, this function returns a string containing				   the BLOB id that has been assigned to it by the database. On failure, this				   function returns FALSE.				  				 												 				  See Also				  				   				    ibase_blob_cancel()				    ibase_blob_open()				   				  				 																 ibase_blob_cancel				 ibase_blob_create				 Firebird/InterBase Functions				 PHP Manual											

相关资源