CollectionModify::unset
CollectionRemove::bind
Mysql_xdevapi
PHP Manual
CollectionRemove class
(PECL mysql-xdevapi >= 8.0.11)
Introduction
Class synopsis
mysql_xdevapi\CollectionRemove
implements
mysql_xdevapi\Executable
,
mysql_xdevapi\CrudOperationBindable
,
mysql_xdevapi\CrudOperationLimitable
,
mysql_xdevapi\CrudOperationSortable
{
/* Methods */
public
mysql_xdevapi\CollectionRemove
bind
(
array
$placeholder_values
)
public
mysql_xdevapi\Result
execute
(
void
)
public
mysql_xdevapi\CollectionRemove
limit
(
integer
$rows
)
public
mysql_xdevapi\CollectionRemove
sort
(
string
$sort_expr
)
}
Table of Contents
CollectionRemove::bind
— Bind value to placeholder
CollectionRemove::__construct
— CollectionRemove constructor
CollectionRemove::execute
— Execute remove operation
CollectionRemove::limit
— Limit number of documents to remove
CollectionRemove::sort
— Set the sorting criteria
CollectionModify::unset
CollectionRemove::bind
Mysql_xdevapi
PHP Manual