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

源代码在线查看: function.px-put-record.html

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

相关代码

												 				  Stores record into paradox database				  				 				 				 px_open_fp				 px_retrieve_record				 Paradox Functions				 PHP Manual								 				  px_put_record				  (PECL paradox:1.0-1.4.1)px_put_record — Stores record into paradox database								 								 				  Description				  				   bool px_put_record				    ( resource $pxdoc				   , array $record				   [, int $recpos				  ] )								  				   Stores a record into a paradox database. The record is always added at				   the end of the database, regardless of any free slots. Use				   px_insert_record() to add a new record into the first				   free slot found in the database.				  				 												 				  Parameters				  				   								    								     pxdoc												     								      				       Resource identifier of the paradox database				       as returned by px_new().				      				     								    								    								     record												     								      				       Associated or indexed array containing the field values as e.g.				       returned by px_retrieve_record().				      				     								    								    								     recpos												     								      				       This optional parameter may be used to specify a record number				       greater than the current number of records in the database. The				       function will add as many empty records as needed. There is hardly				       any need for this parameter.				      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 																 px_open_fp				 px_retrieve_record				 Paradox Functions				 PHP Manual											

相关资源