CollectionRemove::execute

(No version information available, might only be in Git)

CollectionRemove::execute削除操作を実行する

説明

public mysql_xdevapi\CollectionRemove::execute(): mysql_xdevapi\Result

クライアントがサーバに CRUD 操作のリクエストを送信させるためには、 execute 関数を呼び出す必要があります。

警告

この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。

パラメータ

この関数にはパラメータはありません。

戻り値

Result オブジェクトを返します。

例1 mysql_xdevapi\CollectionRemove::execute() の例

<?php

$res 
$coll->remove('true')->sort('age desc')->limit(2)->execute();

?>
関連キーワード:  操作, 削除, 実行, CollectionRemove, execute, xdevapi, 関数, Result, パラメータ, 記述