CollectionModify::execute

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

CollectionModify::execute変更の操作を実行する

説明

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

MySQLサーバーに CRUD 操作のリクエストを送信するために、 execute メソッドは必須です。

パラメータ

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

戻り値

影響を受けた行数のような、操作の状態を確認するために使われる Result オブジェクトを返します。

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

<?php

/* ... */

?>
add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top