略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: MongoClient::dropDB

2024-05-12

MongoClient::dropDB

(PECL mongo >=1.3.0)

MongoClient::dropDB删除一个数据库 [已废弃]

This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension, but there is an alternative in the PHP library:

说明

public MongoClient::dropDB ( mixed $db ) : array
Warning

已废弃

请使用 MongoDB::drop() 作为替代。

参数

db

要函数的数据库。可以是一个 MongoDB对象,或者是数据库名。

返回值

返回数据库的回应。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/mongoclient.dropdb.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3