CollectionAdd::executeExecute the statement Description
public mysql_xdevapi\Result mysql_xdevapi\CollectionAdd::execute()
The execute method is required to send the CRUD operation request to the MySQL server. ParametersThis function has no parameters. Return ValuesA Result object that can be used to verify the status of the operation, such as the number of affected rows. ExamplesExample #1 mysql_xdevapi\CollectionAdd::execute example
The above example will output something similar to: Array ( [0] => 00005b6b53610000000000000056 [1] => 00005b6b53610000000000000057 ) |