PHP 8.3.4 Released!

TableInsert class

(PECL mysql-xdevapi >= 8.0.11)

Introduction

A statement for insert operations on Table.

Class synopsis

class mysql_xdevapi\TableInsert implements mysql_xdevapi\Executable {
/* Methods */
public execute(): mysql_xdevapi\Result
public values(array $row_values): mysql_xdevapi\TableInsert
}

Table of Contents

add a note

User Contributed Notes

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