php8.5
Home/ Manual/ mysql_xdevapi / collectionmodify/ CollectionModify::execute

CollectionModify::execute

PHP function Edit on GitHub ✎

Execute modify operation

Description

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

The execute method is required to send the CRUD operation request to the MySQL server.

Parameters Parameters

Return Values

A Result object that can be used to verify the status of the operation, such as the number of affected rows.

Examples

mysql_xdevapi\CollectionModify::execute() example

php
<?php

/* ... */

?>

Source: reference/mysql_xdevapi/mysql_xdevapi/collectionmodify/execute.xml · from the official PHP manual (php/doc-en)