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
/* ... */
?>