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

源代码在线查看: function.ifx-create-blob.html

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

相关代码

												 				  Creates an blob object				  				 				 				 ifx_copy_blob				 ifx_create_char				 Informix Functions				 PHP Manual								 				  ifx_create_blob				  (No version information available, might be only in CVS)ifx_create_blob — Creates an blob object								 				 				 				  Description				  				   int ifx_create_blob				    ( int $type				   , int $mode				   , string $param				   )								  				   Creates a blob object.				  				 												 				  Parameters				  				   								    								     type												     								      				       1 = TEXT, 0 = BYTE				      				     								    								    								     mode												     								      				       0 = blob-object holds the content in memory,				       1 = blob-object holds the content in file.				      				     								    								    								     param												     								      				       if mode = 0: pointer to the content,				       if mode = 1: pointer to the filestring.				      				     								    								   								  				 												 				  Return Values				  				   Returns the new BLOB object-id, or FALSE on errors.				  				 												 				  See Also				  				   				    ifx_copy_blob()				    ifx_free_blob()				   				  				 																 ifx_copy_blob				 ifx_create_char				 Informix Functions				 PHP Manual											

相关资源