Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Phalcon
Db
Adapter
MongoDB
Operation
DropCollection
PHP Класс Phalcon\Db\Adapter\MongoDB\Operation\DropCollection
См. также:
MongoDB\Collection::drop()
См. также:
MongoDB\Database::dropCollection()
См. также:
http://docs.mongodb.org/manual/reference/command/drop/
Наследование:
implements
Phalcon\Db\Adapter\MongoDB\Operation\Executable
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
__construct
(
string
$databaseName
,
string
$collectionName
,
array
$options
= [] )
Constructs a drop command.
execute
(
MongoDB\Driver\Server
$server
) :
array
|
object
Execute the operation.
Описание методов
__construct()
публичный
Метод
Supported options: * typeMap (array): Type map for BSON deserialization. This will be used for the returned command result document.
public
__construct
(
string
$databaseName
,
string
$collectionName
,
array
$options
= [] )
$databaseName
string
Database name
$collectionName
string
Collection name
$options
array
Command options
execute()
публичный
Метод
Execute the operation.
См. также:
Executable::execute()
public
execute
(
MongoDB\Driver\Server
$server
) :
array
|
object
$server
MongoDB\Driver\Server
Результат
array
|
object
Command result document