Toggle navigation
Hot Examples
KO
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
파일 보기
프로젝트 열기: phalcon/incubator
1 사용 예제들
공개 메소드들
메소드
설명
__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