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

源代码在线查看: function.ibase-drop-db.html

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

相关代码

												 				  Drops a database				  				 				 				 ibase_delete_user				 ibase_errcode				 Firebird/InterBase Functions				 PHP Manual								 				  ibase_drop_db				  (PHP 5)ibase_drop_db — Drops a database								 				 				 				  Description				  				   bool ibase_drop_db				    ([ resource $connection				  ] )								  				   This functions drops a database that was opened by either ibase_connect()				   or ibase_pconnect(). The database is closed and deleted from the server.				  				 												 				  Parameters				  				   								    								     connection												     								      				       An InterBase link identifier. If omitted, the last opened link is				       assumed.				      				     								    								   								  				 												 				  Return Values				  				   Returns TRUE on success or FALSE on failure.				  				 												 				  See Also				  				   				    ibase_connect()				    ibase_pconnect()				   				  				 																 ibase_delete_user				 ibase_errcode				 Firebird/InterBase Functions				 PHP Manual											

相关资源