(無版本資訊,可能只存在於 Git 中)
CollectionRemove::execute — 執行刪除操作
必須呼叫 execute 函式才能觸發用戶端向伺服器發送 CRUD 操作請求。
此函式目前沒有文件說明;只有它的參數列表可用。
此函式沒有參數。
結果物件。
範例 #1 mysql_xdevapi\CollectionRemove::execute() 範例
<?php
$res = $coll->remove('true')->sort('age desc')->limit(2)->execute();
?>