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

源代码在线查看: function.oci-lob-erase.html

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

相关代码

												 				  Erases a specified portion of the internal LOB data				  				 				 				 OCI-Lob->eof				 OCI-Lob->export				 OCI8 Functions				 PHP Manual								 				  OCI-Lob->erase				  (No version information available, might be only in CVS)OCI-Lob->erase — Erases a specified portion of the internal LOB data								 				 				 				  Description				  				   OCI-Lob				   				    int erase				     ([ int $offset				    [, int $length				   ]] )								  				  				   Erases a specified portion of the internal LOB data starting at a				   specified offset				. If called without parameters, it				   erases all LOB data.				  				  				   For BLOBs, erasing means that the existing LOB value is overwritten with				   zero-bytes. For CLOBs, the existing LOB value is overwritten with spaces.				  				 												 				  Parameters				  				   								    								     offset												     								      				      				     								    								    								     length												     								      				      				     								    								   								  				 												 				  Return Values				  				   Returns the actual number of characters/bytes erased or FALSE in case of				   error.				  				 												 				  See Also				  				   				    OCI-Lob->truncate 				   				  				 																 OCI-Lob->eof				 OCI-Lob->export				 OCI8 Functions				 PHP Manual											

相关资源